This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 17 Dec, 2009 6 commits
-
-
Karyn Megy authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- 16 Dec, 2009 1 commit
-
-
Ian Longden authored
-
- 15 Dec, 2009 2 commits
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- 14 Dec, 2009 5 commits
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
# # Title: Add canonical translations # # Description: # Add a reference to the translation table in the transcript table to # let the API to know which translation (out of possibly several) is the # canonical one. # # This patch adds a 'canonical_translation_id' field (with an index) # to the 'transcript' table and initiates it with the corresponding # 'translation.transcript_id'.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
# # Title: Allow for NULLs in meta table. # # Description: # Allow the meta_value field in the meta table to be NULL.
-
- 11 Dec, 2009 8 commits
-
-
Gautier Koscielny authored
-
Karyn Megy authored
-
Karyn Megy authored
-
Karyn Megy authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- 10 Dec, 2009 1 commit
-
-
Daniel Rios authored
-
- 04 Dec, 2009 2 commits
-
-
Andreas Kusalananda Kähäri authored
skip it.
-
Andreas Kusalananda Kähäri authored
have a corresponding 'species.stable_id_prefix' meta key it should not be skipped completely. Solves a problem with Eugene's yeast database.
-
- 02 Dec, 2009 9 commits
-
-
Andreas Kusalananda Kähäri authored
* Correction to a previous commit regarding a multi-species regular expression. * Add registration of multi-species user upload databases. * Add registration of multi-species functional genomics databases.
-
Andreas Kusalananda Kähäri authored
Yates). Reformat.
-
Andreas Kusalananda Kähäri authored
Genomes might have more than one species per single stable ID prefix. The patch takes care of that possibility.
-
Andreas Kusalananda Kähäri authored
databases (again, patch from Andy).
-
Andreas Kusalananda Kähäri authored
Arg [1] : Species name to retrieve aliases for (may be an alias as well). Example : Bio::EnsEMBL::Registry->get_all_aliases('Homo sapiens'); Description: Returns all known aliases for a given species (but not the species name/alias that was given). Returntype : ArrayRef of all known aliases Exceptions : none Status : Development
-
Andreas Kusalananda Kähäri authored
a throw() on failure.
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- 01 Dec, 2009 4 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
argument in the corresponding method in TranscriptAdaptor to insert a constraint (limiting to a set of transcript IDs). The new code did not take into account HAP/PAR regions.
-
Andreas Kusalananda Kähäri authored
a new fourth argument which is a constraint. Although the new code was efficient, it did not take HAP/PAR regions into consideration.
-
Andreas Kusalananda Kähäri authored
-
- 27 Nov, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 25 Nov, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
corrspond to actual object types that one may use to get an adaptor. Currently, the stable IDs for the following types of objects are detected: Gene Transcript Translation Exon ProteinTree Family NCTree SNP RegulatoryFeature
-