Skip to content
Snippets Groups Projects
Commit 55878cd9 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

environment MONKEY_EXONS == 1 determines wether Ns are inserted on exon phase mismatch

parent c7299ffc
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ sub translateable_seq {
if (defined($exon->phase)) {
$phase = $exon->phase;
}
if( $phase != $lastphase ) {
if( $phase != $lastphase && $ENV{'MONKEY_EXONS'} == 1 ) {
# endpadding for the last exon
if( $lastphase == 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