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. Dec 05, 2013
  2. Dec 04, 2013
  3. Dec 03, 2013
  4. Nov 28, 2013
  5. Nov 26, 2013
  6. Nov 25, 2013
  7. Nov 23, 2013
  8. Nov 22, 2013
  9. Nov 18, 2013
    • Magali Ruffier's avatar
      updated README · 397d6b07
      Magali Ruffier authored
      stable id lookup now also contains an archive_id_lookup table, which stores retired stable ids
      also reduced the required memory
      for release 74 and 66 species, it ran with less than 600Mb, no need to request 1.5G
      397d6b07
  10. Nov 15, 2013
  11. Nov 14, 2013
  12. Nov 12, 2013
  13. Nov 11, 2013
    • Magali Ruffier's avatar
      new method store_multiple_mapping_path · 9f6ad393
      Magali Ruffier authored
      same as store_mapping_path, but for multiple mappings
      a multiple mapping is needed when a single component can be mapped to multiple assembled regions
      this uses the '#' operator instead of the '|' for the mapping key
      9f6ad393
    • Magali Ruffier's avatar
      default version is NULL, not an empty string · 56490901
      Magali Ruffier authored
      requires a number of updates to methods when adding/fetching mapping_path
      methods used to create mapping_keys as name1:version1|name2:version2
      if there is no version, do not add ':' either
      for add_mapping_path method, do not sort list of coord systems by rank
      first argument is the assembled, second argument is the component, regardless of rank
      56490901