Skip to content

Commit

Permalink
change debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Mar 5, 2024
1 parent 2d98fa8 commit fbf88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strucclustutils/structuremsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ int structuremsa(int argc, const char **argv, const Command& command, bool preCl

// testSeqLens(groups[mergedId], cigars_aa, seqLens);

if (par.verbosity >= Debug::INFO) {
if (par.verbosity > Debug::INFO) {
unsigned int qKey = seqDbrAA.getDbKey(mergedId);
size_t qHeaderId = qdbrH.sequenceReader->getId(qKey);
unsigned int tKey = seqDbrAA.getDbKey(targetId);
Expand Down

0 comments on commit fbf88b0

Please sign in to comment.