Skip to content
Snippets Groups Projects
Commit 67eb6a72 authored by Kevin Howe's avatar Kevin Howe
Browse files

Over-ride transcript_names_from_gene (we don't want that behaviour for worms)

parent 6f1387e1
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,14 @@ sub set_display_xrefs {
}
# over-ride the following, to ensure that our carefully constructed transcript
# display ids are not stamped over by the default behaviour (propagation from
# gene)
sub transcript_names_from_gene {
return;
}
sub gene_description_filter_regexps {
return ('[0-9A-Z]+\.\d*[A-Z]* PROTEIN[ \.]',
......
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