Skip to content

Commit

Permalink
not merging the result of scoremultimer(multimersearch)
Browse files Browse the repository at this point in the history
  • Loading branch information
sooyoung-cha authored Jan 31, 2025
1 parent c0404f8 commit 19de128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strucclustutils/scoremultimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,6 @@ int scoremultimer(int argc, const char **argv, const Command &command) {
delete q3DiDbr;
delete qCaDbr;
}
resultWriter.close(true);
resultWriter.close(false);
return EXIT_SUCCESS;
}

0 comments on commit 19de128

Please sign in to comment.