Skip to content

Commit

Permalink
Removes dereplicate warning from remove.seqs
Browse files Browse the repository at this point in the history
Default change to remove chimeras automatically eliminates the need for this

#792
  • Loading branch information
mothur-westcott committed Oct 25, 2021
1 parent 51da4d5 commit 04f8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/commands/removeseqscommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int RemoveSeqsCommand::execute(){

if (countfile != "") {
if (fastafile != "") {
m->mothurOut("\n[WARNING]: Are you run the remove.seqs command after running a chimera command with dereplicate=t? If so, the count file has already been modified to remove all chimeras and adjust group counts. Including the count file here will cause downstream file mismatches.\n\n");
//m->mothurOut("\n[WARNING]: Are you run the remove.seqs command after running a chimera command with dereplicate=t? If so, the count file has already been modified to remove all chimeras and adjust group counts. Including the count file here will cause downstream file mismatches.\n\n");
}
}

Expand Down

0 comments on commit 04f8f37

Please sign in to comment.