Skip to content

Commit 6464029

Browse files
y3tsengy3tseng
authored andcommitted
turnoff debug function
1 parent 095ceaa commit 6464029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void readSequences(msa::utility* util, msa::option* option, Tree*& tree)
148148
util->seqsMallocNStore(maxLen, seqs, option);
149149
}
150150

151-
bool outputLowQ = true;
151+
bool outputLowQ = false;
152152
if (outputLowQ){
153153
std::string lowQfile;
154154
if (option->tempDir != "") lowQfile = option->tempDir+"/lowQ-"+std::to_string(numLowQ)+"-"+std::to_string(seqNum)+".fasta.gz";

0 commit comments

Comments
 (0)