X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;h=17de5a8fcc91b0bc062c2f4fbf2164fdfccef8e5;hb=5d6d303e481489e226fdf8d6c5385b99b50718bc;hp=384a360353abd1a801e80f1e580054d17deac67d;hpb=89f19f9c6ab89c2f6c7c6921a328ae87bce6f8e3;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index 384a360..17de5a8 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -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();