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

*** empty log message ***

parent 92a229b9
No related branches found
No related tags found
No related merge requests found
......@@ -12,15 +12,7 @@ sub get_set_lists {
}
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*$' );
}
# Elegans is imported from WormBase. The gene and transcript stable IDs
# are the WormBase identifiers. The display_xref_ids for genes and
......@@ -61,4 +53,15 @@ sub build_gene_display_xrefs {
}
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