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 .
- Jul 23, 2009
-
-
Gautier Koscielny authored
-
Gautier Koscielny authored
-
- Jul 22, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
The script adds one table by subset previously added to the database and maps all terms to the closest term within that subset. The tables are named "aux_XX_YY_map" where "XX" is the ontology ("GO" or "SO"), and "YY" is the subset name (e.g., "goslim_goa"). The schema for each of the subset map tables is simply as follows: +----------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------+------------------+------+-----+---------+-------+ | term_id | int(10) unsigned | NO | PRI | NULL | | | subset_term_id | int(10) unsigned | NO | PRI | NULL | | +----------------+------------------+------+-----+---------+-------+ ... where both fields refers into the 'term' table.
-
Amy Tang authored
(2) Updated URL for downloading GO file. URL is now http://archive.geneontology.org/latest-termdb/go_daily-termdb.obo-xml.gz. ("lastest-termdb" has been changed to "latest-termdb")
-
- Jul 21, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
use LIKE.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
+ Arg [2] : (optional) String + The subset within the ontolgy to which the query + should be restricted. The subset may be specified + as a SQL pattern, e.g., "goslim%". + + Arg [3] : (optional) Boolean + If true (non-zero), only return the closest + terms. If this argument is true, and the previous + argument is left undefined, this method will + return the parents of the given term. + + Description : Given a child ontology term, returns a list of + all its ancestor terms, up to and including any + root term. Relations of the type 'is_a' and + 'part_of' are followed. Optionally, only terms in + a given subset of the ontology may be returned, + and additionally one may ask to only get the + closest term(s) to the given child term.
-
Andreas Kusalananda Kähäri authored
-
Nathan Johnson authored
-
Nathan Johnson authored
-
Nathan Johnson authored
-
- Jul 20, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 18, 2009
-
-
Andreas Kusalananda Kähäri authored
-
- Jul 17, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Hopefully speeds up the loading of the term table a bit, especially over a slow link (SSH from home).
-
- Jul 16, 2009
-
-
Andreas Kusalananda Kähäri authored
number of separate variables.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
'term' table. The SET is hard-coded and needs updating if new subsets are added :-/ No index yet as I don't know how we're going to use it.
-