Skip to content
Snippets Groups Projects
Commit 842863eb authored by Graham McVicker's avatar Graham McVicker
Browse files

bug fix: some exons which should have been discarded (with long CDS inserts) were kept

parent e6d538d2
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ use StatMsg;
#
my @FATAL =
(StatMsg::DELETE | StatMsg::CDS | StatMsg::LONG,
StatMsg::INSERT | StatMsg::CDS | StatMsg::LONG,
StatMsg::DELETE | StatMsg::CDS | StatMsg::MEDIUM | StatMsg::FRAMESHIFT,
StatMsg::INSERT | StatMsg::CDS | StatMsg::MEDIUM | StatMsg::FRAMESHIFT,
StatMsg::STRAND_FLIP,
StatMsg::INVERT,
StatMsg::SCAFFOLD_SPAN,
......
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