This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 06, 2009
-
-
Ian Longden authored
-
Steve Trevanion authored
-
Ian Longden authored
-
Ian Longden authored
-
- May 05, 2009
-
-
Steve Trevanion authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
support will be available once a schema patch has been committed and databases have been patched...
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
databases in Registry.
-
- Apr 30, 2009
-
-
Tim Cutts authored
-
- Apr 27, 2009
-
-
Andreas Kusalananda Kähäri authored
not really a general purpose method but quite specific to what the web team will want to do later.
-
- Apr 23, 2009
-
-
Martin Hammond authored
Add subclass of StableIdGenerator::EnsemblGeneric to do Anopheles gambiae stable ID incrementation and verification.
-
Magali Ruffier authored
-
Daniel Rios authored
-
Daniel Rios authored
-
- Apr 22, 2009
-
-
Daniel Rios authored
-
- Apr 21, 2009
-
-
Daniel Rios authored
-
- Apr 20, 2009
-
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Susan Fairley authored
-
Susan Fairley authored
Entry added for Tgut_symbols. These are the gene symbols assigned to Taeniopygia guttata (zebra finch) genes by Dave Burt.
-
- Apr 15, 2009
-
-
Kerstin Howe authored
-
- Apr 14, 2009
-
-
William McLaren authored
-
- Apr 09, 2009
-
-
Daniel Rios authored
-
- Apr 08, 2009
-
-
Julio Fernandez Banet authored
-
Steve Trevanion authored
-
- Apr 07, 2009
-
-
Andreas Kusalananda Kähäri authored
-
- Apr 02, 2009
-
-
Nathan Johnson authored
-
- Apr 01, 2009
-
-
Steve Trevanion authored
-
Ian Longden authored
-
Ian Longden authored
-
- Mar 31, 2009
-
-
Andreas Kusalananda Kähäri authored
Arg [1] : Bio::EnsEMBL::OntologyTerm The term whose ancestor terms should be fetched. Description : Given a child ontology term, returns a hash structure containing its ancestor terms, up to and including any root term. In GO, relations of the type 'is_a' and 'part_of' are included, but not 'regulates' etc. Example : my %chart = %{ $ot_adaptor->fetch_ancestor_chart($term) }; Return type : A reference to a hash structure like this: { 'GO:XXXXXXX' => { 'term' => # ref to Bio::EnsEMBL::OntologyTerm object 'is_a' => [...], # listref of Bio::EnsEMBL::OntologyTerm 'part_of' => [...], # listref of Bio::EnsEMBL::OntologyTerm }, 'GO:YYYYYYY' => { # Similarly for all ancestors, # and including the query term itself. } }
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
new test code to calculate display xrefs using the xref database and SQL only. So much, much faster as just simple sql instead of gettin gall genes, then all transcripts then all dbentries. Caveat though is that all the xrefs have to be in the xref database and cannot be used to an update mode. i.e. just adding one particular source. Can only be used whan adding ALL sources possible.
-
Ian Longden authored
use object_xref_id to join dependent xref to object_xref and not xref_id as this is more unique. Interpro GOs do not have dependent_xrefs so GOs need to be processed slightly differently by doing a left join instead
-
Ian Longden authored
-