X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removegroupscommand.cpp;h=7034941e73e6a02ae07a02ab11631e8a7b752f3d;hb=fc3a1319b64fd3638df074e4669a1fb0235d1b8d;hp=5a70b27456e782ddba0ab0c2a133ad1d9831a540;hpb=9c37bed33eaa0bb2d3c499085c0e165c0f00886b;p=mothur.git diff --git a/removegroupscommand.cpp b/removegroupscommand.cpp index 5a70b27..7034941 100644 --- a/removegroupscommand.cpp +++ b/removegroupscommand.cpp @@ -243,7 +243,7 @@ int RemoveGroupsCommand::execute(){ if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { remove(outputNames[i].c_str()); } return 0; } m->mothurOut("Removed " + toString(names.size()) + " sequences. From the groups: "); m->mothurOutEndLine(); - for (int i = 0; i < Groups.size(); i++) { m->mothurOut(Groups[i]); m->mothurOut(" contains " + toString(groupMap->getNumSeqs(Groups[i])) + " sequences."); m->mothurOutEndLine(); } + for (int i = 0; i < Groups.size(); i++) { m->mothurOut(Groups[i]); m->mothurOut("\t" + toString(groupMap->getNumSeqs(Groups[i]))); m->mothurOutEndLine(); } m->mothurOutEndLine(); if (outputNames.size() != 0) {