X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupscommand.cpp;h=37e5d404b4c39765ff17be9a087c03183abff391;hb=fc3a1319b64fd3638df074e4669a1fb0235d1b8d;hp=e38ac9bc3c683eff7b0915b7fa450d1858b793fe;hpb=9c37bed33eaa0bb2d3c499085c0e165c0f00886b;p=mothur.git diff --git a/getgroupscommand.cpp b/getgroupscommand.cpp index e38ac9b..37e5d40 100644 --- a/getgroupscommand.cpp +++ b/getgroupscommand.cpp @@ -241,11 +241,9 @@ int GetGroupsCommand::execute(){ if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { remove(outputNames[i].c_str()); } return 0; } m->mothurOut("Selected " + 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) { m->mothurOutEndLine(); m->mothurOut("Output File names: "); m->mothurOutEndLine();