]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.cpp
finished adding the names option to trim.seqs
[mothur.git] / removegroupscommand.cpp
index 5a70b27456e782ddba0ab0c2a133ad1d9831a540..7034941e73e6a02ae07a02ab11631e8a7b752f3d 100644 (file)
@@ -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) {