Skip to content
Snippets Groups Projects
Commit 83a6b3d4 authored by William McLaren's avatar William McLaren
Browse files

Added NMD transcript consequence support

parent 6d61c54a
No related branches found
No related tags found
No related merge requests found
......@@ -301,6 +301,9 @@ sub type_variation {
return [$var];
}
}
# nonsense-mediated decay transcript
$var->type("NMD_TRANSCRIPT") if $tr->biotype() eq 'nonsense_mediated_decay';
# get a transcript mapper object
my $tm = $tr->get_TranscriptMapper();
......
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