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 12, 2013
  2. Sep 11, 2013
  3. Sep 10, 2013
  4. Sep 09, 2013
  5. Sep 06, 2013
  6. 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
  7. Sep 03, 2013
    • Magali Ruffier's avatar
      updated test cases to check integrity of api once deprecated tables, columns... · 910a09b7
      Magali Ruffier authored
      updated test cases to check integrity of api once deprecated tables, columns and methods have been removed
      test databases patched to schema 74
      910a09b7
    • Magali Ruffier's avatar
      ENSCORESW-554: API updates for release 74 · c57a1a9a
      Magali Ruffier authored
      ApiVersion has been updated to 74
      method and column calls for deprecated tables/columns have been removed
      this includes:
      - dnac table
      - qtl, qtl_feature and qtl_synonyms tables
      - unconventional_transcript_association table
      - pair_dna_align_feature_id column in dna_align_feature table
      - canonical_annotation column in gene table
      
      this API is backwards compatible, it can be used to query databases in release 73 or before
      the 73 API is not forward compatible, if you want to use databases on schema 74 or beyond, use the 74 API
      c57a1a9a
    • Magali Ruffier's avatar
      set of patches for release 74 · 21fdd1a5
      Magali Ruffier authored
      includes removal of deprecated tables/columns
      the following have been removed:
      - table dnac
      - tables qtl, qtl_feature, qtl_synonym
      - table unconventional_transcript_association
      - column pair_dna_align_feature_id in dna_align_feature table
      - column canonical_annotation in gene table
      21fdd1a5
  8. Sep 02, 2013
  9. Aug 30, 2013
  10. Aug 29, 2013
  11. Aug 27, 2013