Skip to content

Commit

Permalink
Merge pull request #335 from Gaius-Augustus/join_mult_hints-fix
Browse files Browse the repository at this point in the history
Fix for #334
  • Loading branch information
KatharinaHoff authored Mar 30, 2021
2 parents fa5bb09 + 6873c1c commit 5601951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/braker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6126,6 +6126,7 @@ sub join_mult_hints {
"$AUGUSTUS_CONFIG_PATH/species/$species", $useexisting,
"ERROR in file " . __FILE__ ." at line ". __LINE__
. "\nFailed to execute: $cmdString\n");
return;
}else{
print LOG "\# " . (localtime) . ": Joining hints that are identical "
. "(& from the same source) into multiplicity hints (input file "
Expand Down

0 comments on commit 5601951

Please sign in to comment.