Skip to content

Commit

Permalink
reduced verbosity of LOG for fix_in_frame_stop_codon_genes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gabriel committed Oct 19, 2023
1 parent ccc0305 commit adf84b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/braker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7031,7 +7031,7 @@ sub fix_ifs_genes{
}
$cmdStr .= " > $otherfilesDir/fix_in_frame_stop_codon_genes_".$label.".log "
."2> $errorfilesDir/fix_in_frame_stop_codon_genes_".$label.".err";
print LOG $cmdStr . "\n" if ($v > 3);
print LOG $cmdStr . "\n" if ($v > 2);
system("$cmdStr") == 0
or die("ERROR in file " . __FILE__ ." at line ". __LINE__
. "\nFailed to execute: $cmdStr\n");
Expand Down

0 comments on commit adf84b1

Please sign in to comment.