This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 14 May, 2013 1 commit
-
-
Kieron Taylor authored
-
- 25 Mar, 2013 1 commit
-
-
Andy Yates authored
-
- 10 Jan, 2012 1 commit
-
-
Andy Yates authored
-
- 28 Oct, 2011 1 commit
-
-
Kieron Taylor authored
-
- 15 Sep, 2011 1 commit
-
-
Kieron Taylor authored
Minor POD corrections
-
- 09 Sep, 2011 1 commit
-
-
Monika Komorowska authored
-
- 22 Aug, 2011 1 commit
-
-
Kieron Taylor authored
-
- 12 Jul, 2011 1 commit
-
-
Kieron Taylor authored
for the benefit of Region Report tool
-
- 01 Feb, 2011 2 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- 05 Jan, 2011 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 02 Dec, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
Add the following proxy methods: * get_all_object_xrefs() alias for get_all_DBEntries() * get_all_xrefs() alias for get_all_DBLinks() These have no documentation as of yet.
-
- 08 Oct, 2010 1 commit
-
-
Dan Staines authored
-
- 27 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
translation's transcript.
-
- 16 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
<ensembl-dev@ebi.ac.uk> to <dev@ensembl.org>.
-
- 13 Aug, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
dbIDs are not available, use genomic start/end coordinates to figure out whether "this" translation is the same as the canonical translation or not.
-
Andreas Kusalananda Kähäri authored
them instead. Bug fix for Amy.
-
- 29 Jul, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 16 Jul, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
- @seqeds = sort { $b->start() <=> $a->start() } @seqeds; + # HACK: The translation ENSP00000420939 somehow makes the next line + # bomb out ($a or $b becomes undef) if the start() method + # is used. I haven't been able to find out why. It has 10 + # Selenocysteine seqedits that looks correct. + # /Andreas (release 59) + my @seqeds = sort { $b->{'start'} <=> $a->{'start'} } @seqeds;
-
- 12 Jul, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
transcript had to be fetched from the database. If this happens, the user is likely working in a translation-centric way, i.e. not going through transcripts. If the reference is weakened, the reference to the transcript will be undef after the end of the code block, as the transcript passes out of scope.
-
- 06 Jul, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
=head2 load Arg [1] : Boolean $load_xrefs Load (or don't load) xrefs. Default is to load xrefs. Example : $translation->load(); Description : The Ensembl API makes extensive use of lazy-loading. Under some circumstances (e.g., when copying genes between databases), all data of an object needs to be fully loaded. This method loads the parts of the object that are usually lazy-loaded. Returns : Nothing. =cut
-
- 02 Jul, 2010 3 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Simplify cdna_start() and cdna_end() by use of transcript().
-
Andreas Kusalananda Kähäri authored
-
- 01 Jul, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
Scalar::Util::weaken() to avoid memory leak.
-
Andreas Kusalananda Kähäri authored
* Add a transcript() method to the Translation object to retrieve its Transcript. * Modify seq() in Translation so that it temporarily swaps out the canonical translation of the transcript if needed.
-
- 18 Jun, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 02 Feb, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 01 Sep, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 04 Mar, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
Formatting of SYNOPSIS code. Passes unit tests.
-
- 29 Oct, 2008 1 commit
-
-
Daniel Rios authored
-
- 28 Jan, 2008 1 commit
-
-
Ian Longden authored
-
- 20 Nov, 2007 2 commits
-
-
Ian Longden authored
-
Ian Longden authored
-
- 12 Nov, 2007 1 commit
-
-
Bronwen Aken authored
my @edits = ('initial_met', '_selenocysteine', 'amino_acid_sub'); for Drosophila. (Like Selenocysteine, but any amino acid including '*' can be substituted.)
-
- 16 Apr, 2007 1 commit
-
-
Ian Longden authored
-
- 13 Apr, 2007 1 commit
-
-
Ian Longden authored
-
- 12 Apr, 2007 1 commit
-
-
Eugene Kulesha authored
-
- 04 Apr, 2007 1 commit
-
-
Andreas Kusalananda Kähäri authored
-