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 2377735 commit ccc0305
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 @@ -7039,7 +7039,7 @@ sub fix_ifs_genes{
. "without in frame stop codons to location of "
. "original file (overwriting it)...\n" if ($v > 2);
$cmdStr = "mv $otherfilesDir/$label"."_fix_ifs_".".gtf $gtf_in";
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 ccc0305

Please sign in to comment.