Skip to content
Snippets Groups Projects
Commit 622bc0af authored by Karyn Megy's avatar Karyn Megy
Browse files

Update Anoph_Symbol to VB_Community_Symbol

parent 54d45f0e
No related branches found
No related tags found
No related merge requests found
package XrefMapper::anopheles_gambiae;
use XrefMapper::BasicMapper;
......@@ -18,13 +19,17 @@ sub get_set_lists {
# since anopheles_symbol is "before" Uniprot
# If there is an Anopheles_symbol xref, use its description
# mh4 says Anopheles_symbol doesn't get chosen over UniP
# (but they do get chosen in other cases)
sub gene_description_sources {
return ("Anopheles_symbol",
return ("VB_Community_Symbol",
"Uniprot/SWISSPROT",
"RefSeq_peptide",
"RefSeq_dna",
"Uniprot/SPTREMBL",
#"RefSeq_peptide",
#"RefSeq_dna",
#"Uniprot/SPTREMBL",
#"RefSeq_peptide_predicted",
#"RefSeq_dna_predicted",
#"EntrezGene");
......@@ -35,10 +40,11 @@ sub transcript_display_xref_sources {
my @list = qw(RFAM
miRBase
Anopheles_symbol
VB_Community_Symbol
Uniprot/SWISSPROT
Uniprot/Varsplic
Uniprot/SPTREMBL);
#Uniprot/Varsplic
#Uniprot/SPTREMBL);
);
my %ignore;
return [\@list,\%ignore];
......
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