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

Added species-specific transcript_display_xref_sources(), which includes RGD in the list.

parent 9f5ef11d
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,31 @@ sub get_set_lists {
}
sub transcript_display_xref_sources {
return ('RFAM',
'miRNA_Registry',
'HUGO',
'RGD',
'MarkerSymbol',
'flybase_symbol',
'Anopheles_symbol',
'Genoscope_annotated_gene',
'Genoscope_predicted_transcript',
'Genoscope_predicted_gene',
'Uniprot/SWISSPROT',
'Uniprot/Varsplic',
'RefSeq_peptide',
'RefSeq_dna',
'Uniprot/SPTREMBL',
'RefSeq_peptide_predicted',
'RefSeq_dna_predicted',
'EntrezGene');
}
sub gene_description_filter_regexps {
return ('^\(CLONE REM\d+\) ORF \(FRAGMENT\)\.*',
......
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