Skip to content
Snippets Groups Projects
Commit dec177b8 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Better description of keys.

New key: 'strain_of' (used for anopheles strain).
parent 1ba403e3
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,15 @@
########################################################################
# SOURCES #
# #
# Keys: name, download, order, priority, prio_descr, parser, #
# release_uri, data_uri (multiple) #
# Keys: #
# name - name of this source (required) #
# download - must be downloaded (Y or N, required) #
# order - (required) #
# priority - (required) #
# prio_descr - (optional) #
# parser - the parser to be used (required) #
# release_uri - URI pointing to release information (optional) #
# data_uri - URI porinting to the data files (multiple, required) #
# #
########################################################################
......@@ -1476,7 +1483,12 @@ data_uri = mysql://ensembldb.ensembl.org::caenorhabditis_elegans_core_39_
########################################################################
# SPECIES #
# #
# Keys: taxonomy_id, aliases, source (multiple) #
# Keys: #
# taxonomy_id - taxonomy ID of species/strain (required) #
# strain_of - species of which this is a strain (optional) #
# aliases - comma-separated list of aliases (optional) #
# source - sources use for this species/strain #
# (multiple, required) #
# #
########################################################################
......@@ -1518,6 +1530,7 @@ source = Uniprot/Varsplic::MULTI
[species anopheles_gambiae_strain]
taxonomy_id = 180454
strain_of = anopheles_gambiae
aliases = agambiae_strain, anopheles_strain, anophelesgambiae_strain, mosquito_strain
source = ARRAY_EMBL_MMC1_20k_v1::anopheles_gambiae
source = ARRAY_EMBL_MMC2_12k_v1::anopheles_gambiae
......@@ -1531,6 +1544,8 @@ source = Celera_Trans::anopheles_gambiae
source = EntrezGene::MULTI
source = GO::MULTI
source = Interpro::MULTI
source = RefSeq_dna::MULTI-invertebrate
source = RefSeq_peptide::MULTI-invertebrate
source = UniGene::anopheles_gambiae
source = Uniprot/SPTREMBL::MULTI
source = Uniprot/SWISSPROT::MULTI
......@@ -1569,6 +1584,7 @@ aliases = caenorhabditiselegans, celegans, elegans
source = EntrezGene::MULTI
source = GO::caenorhabditis_elegans
source = Interpro::MULTI
source = RefSeq_dna::MULTI-invertebrate
source = RefSeq_peptide::MULTI-invertebrate
source = UniGene::caenorhabditis_elegans
source = Uniprot/SPTREMBL::MULTI
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment