From adf84b19821d31bdd445ca24176e2c126ea0327f Mon Sep 17 00:00:00 2001 From: Lars Gabriel Date: Thu, 19 Oct 2023 11:44:54 +0000 Subject: [PATCH] reduced verbosity of LOG for fix_in_frame_stop_codon_genes.py --- scripts/braker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/braker.pl b/scripts/braker.pl index 975d30d..4738eae 100755 --- a/scripts/braker.pl +++ b/scripts/braker.pl @@ -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");