This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 19 Oct, 2011 1 commit
-
-
Daniel Barrell authored
-
- 04 May, 2010 3 commits
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- 22 Apr, 2010 3 commits
-
-
Andreas Kusalananda Kähäri authored
We know that fetch_all_by_Transcript() (on a TranslationAdaptor) will return a list of translations, where the first one will always be the canonical translation (if there is one). Make use of this fact to make the routine slightly quicker.
-
Andreas Kusalananda Kähäri authored
* Use fetch_all_by_Transcript() rather than translation() on the transcript to get the canonical translation (and any alternative translations). * ... then store the translation and any alternative translations. Solves a problem stopping genebuilders from copying genes from one database to another.
-
Andreas Kusalananda Kähäri authored
* Correct documentation. * Use fetch_by_Transcript() to get canonical translation. * Modify SQL not to get canonical translation.
-
- 21 Apr, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 20 Apr, 2010 3 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
get_all_alternative_translations().
-
Andreas Kusalananda Kähäri authored
* In the _list_dbIDs() method: Wrap the execute() in an eval() and throw() if it fails. * In the generic_fetch() method: For multi-species databases, make sure we're using the correct SQL table aliases for the seq_region and coord_system tables..
-
- 14 Apr, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
like "aspergillus_fumigatusa1163_core_5_58_1a" (containing integers as part of the second part of their names).
-
- 01 Apr, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 31 Mar, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 30 Mar, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
transcript does not have an associated adaptor.
-
- 29 Mar, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
associated with the transcript.
-
Andreas Kusalananda Kähäri authored
Args : None Example : my @alt_translations = @{ $transcript->get_all_alternative_translations() }; Description: Fetches all alternative translations defined for this transcript. The canonical translation is not returned. Returntype : Array reference to Bio::EnsEMBL::Translation Exceptions : None Caller : General Status : Stable Added method add_alternative_translation(): Args : Bio::EnsEMBL::Translation $translation Example : $transcript->add_alternative_translation($translation); Description: Adds an alternative translation to this transcript. Returntype : None Exceptions : None Caller : General Status : Stable
-
- 22 Mar, 2010 1 commit
-
-
William McLaren authored
-
- 17 Mar, 2010 1 commit
-
-
Steve Trevanion authored
-
- 16 Mar, 2010 2 commits
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
- 12 Mar, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
"missing".
-
Andreas Kusalananda Kähäri authored
-
- 10 Mar, 2010 1 commit
-
-
William McLaren authored
-
- 05 Mar, 2010 2 commits
-
-
William McLaren authored
-
William McLaren authored
-
- 03 Mar, 2010 1 commit
-
-
Ian Longden authored
-
- 01 Mar, 2010 2 commits
-
-
Ian Longden authored
-
Ian Longden authored
-
- 25 Feb, 2010 10 commits
-
-
Steve Trevanion authored
-
Andreas Kusalananda Kähäri authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
get fetch all to ignore LRG_gene this makes it slower but if you are getting all the them then this will be insignificant time difference
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
if more than one projection then check against the slcie you are projecting too to make sure it is the corect one. This is for multiple assemblys where a feature can go to nmore then one slice
-
- 24 Feb, 2010 1 commit
-
-
Steve Trevanion authored
-