Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 21, 2007
  2. Aug 20, 2007
  3. Aug 17, 2007
  4. Aug 16, 2007
    • Andreas Kusalananda Kähäri's avatar
      Shorten comment. · 149cbae1
      Andreas Kusalananda Kähäri authored
      149cbae1
    • Andreas Kusalananda Kähäri's avatar
      Properly scope $CUR. · d630a7d8
      Andreas Kusalananda Kähäri authored
      d630a7d8
    • Andreas Kusalananda Kähäri's avatar
      Change to overlap_size(): · 8b440d4f
      Andreas Kusalananda Kähäri authored
        The ranges in the registry are sorted by start position.  When
        calculating the overlap with a query range, a loop goes through the
        registered ranges and checks for overlaps between each range and the
        query.  This change will terminate this loop when all the remaining
        start positions are larger than the end position of the query range.
      
        This cuts the running time for this routine by 90% in some
        applications that registers a large number of ranges.
      
      Tested.
      8b440d4f
    • Andreas Kusalananda Kähäri's avatar
      If external_db.db_release is anything else than NULL or '1' in the · d5ed5250
      Andreas Kusalananda Kähäri authored
      existing database, save these values before wiping the table.  When
      reading the new external_db table is read from file, instead of writing
      the db_release column from the file, use the saved values.
      
      Formatting.
      d5ed5250
    • Andreas Kusalananda Kähäri's avatar
      Change to the store() method: · 9cdfca6f
      Andreas Kusalananda Kähäri authored
        Add an optional fourth boolean argument, $ignore_release:
      
          If unset or zero, will require that the release string of the
          DBEntry object is identical to the release of the external database.
          If set and non-zero, will ignore the release information.
      9cdfca6f
    • Andreas Kusalananda Kähäri's avatar
      Change to the method get_base_count(): · 57c35d7e
      Andreas Kusalananda Kähäri authored
        Requiring that all of $a, $c, $t, and $g be non-zero is too strict
        when trying to avoid that $a+$c+$t+g be non-zero in division.  Just
        test the sum instead.  This would have generated the wrong results for
        sequences which lacked one of A, C, T, or G...
      
        tr/Aa// is theoretically quicker than tr/Aa/Aa/
      
        Formatting
      
      
      Tested.
      57c35d7e
  5. Aug 15, 2007
  6. Aug 14, 2007
  7. Aug 10, 2007
  8. Aug 09, 2007
  9. Aug 06, 2007
  10. Aug 03, 2007
  11. Jul 31, 2007
  12. Jul 27, 2007
  13. Jul 24, 2007
  14. Jul 20, 2007
  15. Jul 18, 2007