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

Species-specific mapping file for elegans.

parent c5e35f30
No related branches found
No related tags found
No related merge requests found
package XrefMapper::caenorhabditis_elegans;
use XrefMapper::BasicMapper;
use vars '@ISA';
@ISA = qw{ XrefMapper::BasicMapper };
sub get_set_lists {
return [["ExonerateGappedBest1", ["caenorhabditis_elegans","*"]]];
}
sub gene_description_filter_regexps {
return ('[0-9A-Z]+\.\d*[A-Z]* PROTEIN[ \.]',
'\(\d[A-Z]\d+\)\.',
'\([0-9A-Z]+\.\d*[A-Z]* PROTEIN\)[ \.]',
'^\(*HYPOTHETICAL\s+.*',
'^\s*\(FRAGMENT\)\.?\s*$' );
}
1;
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