X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimseqscommand.cpp;h=49aca824ea46fb18c5845e4caa5bab0aca5db305;hb=6da6af5c7f43f9f4f602d224af447805fb01c46c;hp=6aea7d827b5a3acab51a330958fb62bacaaa16d0;hpb=7c08fa69c0b89e7a08341af2aa724f206f182075;p=mothur.git diff --git a/trimseqscommand.cpp b/trimseqscommand.cpp index 6aea7d8..49aca82 100644 --- a/trimseqscommand.cpp +++ b/trimseqscommand.cpp @@ -406,10 +406,10 @@ int TrimSeqsCommand::execute(){ //output group counts m->mothurOutEndLine(); int total = 0; - for (int i = 0; i < barcodeNameVector.size(); i++) { - if ((barcodeNameVector[i] != "") && (groupCounts[i] != 0)) { total += groupCounts[i]; m->mothurOut("Group " + barcodeNameVector[i] + " contains " + toString(groupCounts[i]) + " sequences."); m->mothurOutEndLine(); } - } - if (total != 0) { m->mothurOut("Total of all groups is " + toString(total)); m->mothurOutEndLine(); } +// for (int i = 0; i < barcodeNameVector.size(); i++) { +// if ((barcodeNameVector[i] != "") && (groupCounts[i] != 0)) { total += groupCounts[i]; m->mothurOut("Group " + barcodeNameVector[i] + " contains " + toString(groupCounts[i]) + " sequences."); m->mothurOutEndLine(); } +// } +// if (total != 0) { m->mothurOut("Total of all groups is " + toString(total)); m->mothurOutEndLine(); } if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { remove(outputNames[i].c_str()); } return 0; }