This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 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
-
- 03 Apr, 2007 1 commit
-
-
Andreas Kusalananda Kähäri authored
$translation->cdna_start(); # or... $translation->cdna_start($transcript); # Returns the start position of the translation in cDNA # coordinates. Providing the transcript explicitly speeds # things up a bit. The transcript is used in a call to # $exon->cdna_coding_start($transcript); $translation->cdna_end(); # or... $translation->cdna_end($transcript); # Returns the end position of the translation in cDNA # coordinates. Providing the transcript explicitly speeds # things up a bit. The transcript is used in a call to # $exon->cdna_coding_end($transcript); $translation->genomic_start(); # Returns the start position of the translation in genomic # coordinates on the forward strand. $translation->genomic_end(); # Returns the end position of the translation in genomic # coordinates on the forward strand.
-
- 12 Feb, 2007 1 commit
-
-
Patrick Meidl authored
-
- 26 Jan, 2007 1 commit
-
-
Eugene Kulesha authored
-
- 10 Jan, 2007 2 commits
-
-
Patrick Meidl authored
-
Patrick Meidl authored
-
- 03 Jan, 2007 1 commit
-
-
Ian Longden authored
Added optional argument to get_all_DBEntries and get_all_DBLinks which is the database name. Use like in sql statment so percentage sign can be used for wild cards etc.
-
- 13 Oct, 2006 1 commit
-
-
James Smith authored
-
- 24 Apr, 2006 1 commit
-
-
Patrick Meidl authored
-
- 17 Mar, 2006 1 commit
-
-
Eugene Kulesha authored
-
- 03 Mar, 2006 1 commit
-
-
Sarah Dyer authored
if 'initial_met'
-