Skip to content
Snippets Groups Projects
Commit 4624ef5c authored by Kevin Howe's avatar Kevin Howe
Browse files

Added IMGT/GENE-DB to gene_description and transcript_display_id sources

parent a1231f80
No related branches found
No related tags found
No related merge requests found
...@@ -2554,6 +2554,7 @@ sub transcript_display_xref_sources { ...@@ -2554,6 +2554,7 @@ sub transcript_display_xref_sources {
return ('RFAM', return ('RFAM',
'miRBase', 'miRBase',
'IMGT/GENE-DB',
'HUGO', 'HUGO',
'MarkerSymbol', 'MarkerSymbol',
'flybase_symbol', 'flybase_symbol',
...@@ -3336,6 +3337,7 @@ sub gene_description_sources { ...@@ -3336,6 +3337,7 @@ sub gene_description_sources {
"RefSeq_dna", "RefSeq_dna",
"RefSeq_peptide", "RefSeq_peptide",
"Uniprot/SWISSPROT", "Uniprot/SWISSPROT",
"IMGT/GENE-DB",
"miRBase", "miRBase",
"RFAM"); "RFAM");
......
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