This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 06 Sep, 2011 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 22 Aug, 2011 1 commit
-
-
Kieron Taylor authored
-
- 19 Aug, 2011 1 commit
-
-
Andy Yates authored
-
- 17 Aug, 2011 2 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
result in infinite recursion.
-
- 21 Jul, 2011 1 commit
-
-
Ian Longden authored
-
- 12 Jul, 2011 1 commit
-
-
Kieron Taylor authored
for the benefit of Region Report tool
-
- 08 Jul, 2011 1 commit
-
-
Kieron Taylor authored
Also minor POD corrections.
-
- 30 Jun, 2011 1 commit
-
-
Ian Longden authored
-
- 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 Sep, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
canonical transcript.
-
- 26 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
transcripts. In get_all_DBEntries(): Document undocumented arguments. From Michael S.
-
- 24 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 23 Aug, 2010 2 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Arg [1] : Bio::EnsEMBL::Gene gene Example : if ($geneA->equals($geneB)) { ... } Description : Compares two genes for equality. The test for eqality goes through the following list and terminates at the first true match: 1. If Bio::EnsEMBL::Feature::equals() returns false, then the genes are *not* equal. 2. If the biotypes differ, then the genes are *not* equal. 3. If both genes have stable IDs: if these are the same, the genes are equal, otherwise not. 4. If both genes have the same number of transcripts and if these are (when compared pair-wise sorted by start-position and length) the same, then they are equal, otherwise not. Return type : Boolean (0, 1) Exceptions : Thrown if a non-gene is passed as the argument.
-
- 20 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
for the canonical transcript in the canonical_transcript() method of the Gene object, and also use it in the store() method in GeneAdaptor to properly set the canonical transcript of genes.
-
- 18 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
In load(): also load the canonical transcript.
-
- 16 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
<ensembl-dev@ebi.ac.uk> to <dev@ensembl.org>.
-
- 07 Jul, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 06 Jul, 2010 1 commit
-
-
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
-
- 06 May, 2010 1 commit
-
-
Ian Longden authored
-
- 04 Feb, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 02 Feb, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 05 Nov, 2009 1 commit
-
-
Steve Trevanion authored
-
- 26 Aug, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 24 Aug, 2009 3 commits
-
-
Andreas Kusalananda Kähäri authored
canonical_transcript() method warn about not being able to fetch the canonical transcript when there's no adptor attached to the gene.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
internal ID of the transcript instead of the transcript itself. The canonical_transcript() method will then lazy load the transcript. This speeds up the gene adaptor code. The old semantics is maintained.
-
- 19 Aug, 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
-
- 22 Jul, 2008 1 commit
-
-
Daniel Rios authored
-
- 03 Jun, 2008 1 commit
-
-
Daniel Rios authored
added 2 new columns in the table: canonical_transcript_id and canonical_annotation and the respective methods in the API to get/set this new information
-
- 28 Jan, 2008 1 commit
-
-
Ian Longden authored
-
- 26 Oct, 2007 1 commit
-
-
Glenn Proctor authored
-
- 18 Sep, 2007 2 commits
-
-
Glenn Proctor authored
-
Glenn Proctor authored
Change POSIX import to prevent it importing unused functions (e.g. remove which conflicts with the remove method defined in Gene).
-