Skip to content
Snippets Groups Projects
Commit b6e8d70b authored by Ian Longden's avatar Ian Longden
Browse files

set up regexp filters for gene descriptions do not allow undefined or UNKNOWN

parent 81f06bd0
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,13 @@ sub get_set_lists{
}
sub gene_description_filter_regexps {
return ('^UNKNOWN\s+.*',
'^undefined.*');
}
sub gene_description_sources {
return ("Xenopus_Jamboree",
......
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