]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
mods in testing 1.16.0
[mothur.git] / removeseqscommand.cpp
index 384a360353abd1a801e80f1e580054d17deac67d..17de5a8fcc91b0bc062c2f4fbf2164fdfccef8e5 100644 (file)
@@ -267,6 +267,8 @@ int RemoveSeqsCommand::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."); m->mothurOutEndLine();
+               
                if (outputNames.size() != 0) {
                        m->mothurOutEndLine();
                        m->mothurOut("Output File Names: "); m->mothurOutEndLine();