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 2 commits
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- 22 Apr, 2010 2 commits
-
-
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 1 commit
-
-
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..
-
- 29 Mar, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
associated with the transcript.
-
- 03 Mar, 2010 1 commit
-
-
Ian Longden authored
-
- 01 Mar, 2010 1 commit
-
-
Ian Longden authored
-
- 25 Feb, 2010 4 commits
-
-
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
-
- 24 Feb, 2010 2 commits
-
-
William McLaren authored
-
Andreas Kusalananda Kähäri authored
-
- 23 Feb, 2010 1 commit
-
-
William McLaren authored
-
- 19 Feb, 2010 1 commit
-
-
Anne Parker authored
Added sanity check to _objs_from_sth to allow fetching DnaAlignFeatures without a slice, so that we can retrieve userdata features for the entire genome
-
- 16 Feb, 2010 1 commit
-
-
William McLaren authored
-
- 05 Feb, 2010 2 commits
-
-
Daniel Rios authored
-
Andreas Kusalananda Kähäri authored
-
- 04 Feb, 2010 4 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Always de-reference the value got from get_mapping_path(). Found by Magali.
-
- 02 Feb, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 31 Jan, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
translation ID, and ALWAYS update it to the correct translation ID later, after storing the translation. Avoids problems (the canonical_translation_id being duplicated) when transferring transcripts with translations from another database. Amonida found this.
-
- 29 Jan, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Fix store() so that the canonical_translation_id in the transcript table is updated if the translation gets a new dbID when it is stored.
-
- 13 Jan, 2010 3 commits
-
-
Andreas Kusalananda Kähäri authored
The TranslationAdaptor now has a fetch_all_by_Transcript() method with which it's possible to get all translations for a transcript. The fetch_by_Transcript() method now uses the new canonical_translation_id field in the transcript table to get the canonical transcript. For species without alternative initiation (all Core speaces today), the semantics and the results are the same as before. Using the API from now on, without patch_56_57_e.sql applied, will result in SQL errors.
-
Andreas Kusalananda Kähäri authored
The TranscriptAdaptor now knows how to store the canonical translation ID.
-
Andreas Kusalananda Kähäri authored
-
- 11 Jan, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 10 Dec, 2009 1 commit
-
-
Daniel Rios authored
-
- 02 Dec, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
a throw() on failure.
-
- 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
-