Skip to content

Commit

Permalink
skipping backtrace check
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosub-Kim committed Mar 7, 2024
1 parent 15c0516 commit 30ae37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strucclustutils/scorecomplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class ComplexScorer {
// When alignments have no backtrace
if (!hasBacktrace) {
Debug(Debug::ERROR) << "Backtraces are required. Please run search with '-a' option.\n";
EXIT(EXIT_FAILURE);
// EXIT(EXIT_FAILURE);
}
if (currAlns.empty())
return;
Expand Down

0 comments on commit 30ae37e

Please sign in to comment.