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 .
- Aug 12, 2009
-
-
Rhoda Kinsella authored
anopheles.
-
- Aug 11, 2009
-
-
Nathan Johnson authored
-
Andreas Kusalananda Kähäri authored
from the meta table (the meta_key 'species.alias').
-
Andreas Kusalananda Kähäri authored
Script to populate the meta table with species aliases. The script reads the already existing aliases from the meta table (meta_key 'species.alias') and adds to this aliases computed from the species name. It also uses the information stored for the meta_keys species.taxonomy_id, species.common_name, species.ensembl_common_name, and species.ensembl_alias_name as aliases. If the -n or --dryrun options are *not* specified, the existing list of aliases is deleted from the meta table and the new list is inserted. In any case, the list of aliases will be displayed on the console. If the -d or --dbname options are *not* used, the script will iterate over all Core databases. If the -d or --dbname option *is* used, only that Core database will be examined. This script assumes that the database is a single-species database. This script does not check for alias duplications between species. Usage: ./add_species_aliases.pl [-n] -h dbhost [-P dbport] \ -u dbuser [-p dbpass] \ [-d dbname] ./add_species_aliases.pl -? Arguments: -n/--dryrun Dry run, don't write to database -h/--host dbhost Database server host name -P/--port dbport Database server port (optional) -u/--user dbuser Database user name -p/--pass dbpass User password (optional) -d/--name dbname Database name (optional) -?/--help Displays this information
-
- Aug 10, 2009
-
-
Andreas Kusalananda Kähäri authored
# Some aliases are added programatically. # 1) The "species_name" # 2) The "species name" # 3) The "sname" (1+last part) # 4) The "snam" (1+3 letters) # 5) The "spenam" (3+3 letters) # Others are read from the meta table. # 6) Any species.alias # 7) The species.taxonomy_id # 8) The assembly.name # 9) The species.common_name (if it exists)
-
Andreas Kusalananda Kähäri authored
Remove hardcoded aliases (these are now in Core meta tables).
-
- Aug 05, 2009
-
-
Andreas Kusalananda Kähäri authored
-
- Aug 03, 2009
-
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Andreas Kusalananda Kähäri authored
Convert tabs to spaces.
-
Andreas Kusalananda Kähäri authored
Include meta data for patches patch_55_56_[a-d].sql
-
Andreas Kusalananda Kähäri authored
-
- Jul 31, 2009
-
-
Simon White authored
-
- Jul 30, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
# # Title: Add an index to the splicing_event_feature table # # Description: # With an index on transcript_id in splicing_event_feature, the # generation of biomarts will be sped up. table.sql updated too.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Nathan Johnson authored
-
- Jul 29, 2009
-
-
Amy Tang authored
-
Andreas Kusalananda Kähäri authored
get_all_Exons( '-constitutive' => 1 ).
-
Andreas Kusalananda Kähäri authored
-
- Jul 28, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Karyn Megy authored
-
- Jul 27, 2009
-
-
Andreas Kusalananda Kähäri authored
db_display_name to "GOSlim GOA".
-
- Jul 25, 2009
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- Jul 23, 2009
-
-
Andreas Kusalananda Kähäri authored
as well as about how to build the latter.
-
Andreas Kusalananda Kähäri authored
-
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.
-