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. Sep 19, 2013
  2. Sep 18, 2013
  3. Sep 17, 2013
  4. Sep 13, 2013
  5. Sep 12, 2013
  6. Sep 11, 2013
  7. Sep 10, 2013
  8. Sep 09, 2013
  9. Sep 06, 2013
  10. Sep 05, 2013
    • Alessandro Vullo's avatar
      Debugged method dump_embl, wasn't seeking EOF after writing the sequence, hence · aa3709d9
      Alessandro Vullo authored
      corrupting multiple entries file.
      aa3709d9
    • Alessandro Vullo's avatar
      [ENSCORESW-634]. Memory efficient version for writing EMBL format files. · 0d21c643
      Alessandro Vullo authored
      Slice sequence is written into chunks (as specified by the chunk_factor
      parameter given to the constructor) in method write_embl_seq, which now
      returns the base counts.
      Methods dump_embl has been modified accordingly. A template for a sequence
      header is written, then the sequence, then we seek backwards to the
      position of the sequence header to write it with the actual base counts
      which have been figured out during the writing of the sequence.
      
      Pros: memory efficiency
      Cons: cannot dump to a file for which a compressed fh has been obtained,
            i.e. cannot call dump_embl method in a callback provided to
            Bio::EnsEMBL::Utils::IO::gz_work_with_file.
      0d21c643
    • Magali Ruffier's avatar
      ENSCORESW-544: updated lookup method · a16323f7
      Magali Ruffier authored
      stable_id_lookup is a separate public method
      added archive_id_lookup method, which will look for the stable id in the archive_id_lookup table
      the generic lookup method now calls stable_id_lookup
      if no stable_id is found and $use_archive argument is given, the generic lookup will attempt to find the stable id
      in the archive_id_lookup, ie amongst the retired ids
      if a stable id is found using this, a 'retired' flag is returned as well
      a16323f7
    • Magali Ruffier's avatar
      ENSCORESW-544: updated schema with added archive_id_lookup · 31e10f44
      Magali Ruffier authored
      this works similarly to the stable_id_lookup table, but is populated with stable ids which are not current any more
      the populate_stable_id_lookup.pl script has been updated to populate that table along with the other ones
      31e10f44
  11. Sep 03, 2013