Skip to content
Snippets Groups Projects
Commit 3afee541 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Add ZFIN to list of sources for display_xref

parent 80fe881b
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,25 @@ sub get_set_lists {
}
sub transcript_display_xref_sources {
return ('ZFIN_ID',
'MarkerSymbol',
'flybase_symbol',
'Anopheles_symbol',
'Genoscope_annotated_gene',
'Genoscope_predicted_transcript',
'Genoscope_predicted_gene',
'Uniprot/SWISSPROT',
'RefSeq_peptide',
'RefSeq_dna',
'Uniprot/SPTREMBL',
'RefSeq_peptide_predicted',
'RefSeq_dna_predicted',
'EntrezGene');
}
sub gene_description_filter_regexps {
return ();
......
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