X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.cpp;h=2b5ebc1a844420e699b04df0dcd6e144befbf1fe;hb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;hp=312f475cabde7ba0d9c23f8f2231dba32f2f6963;hpb=96dbe925073caefaed6e6db85659c144a806aeb1;p=mothur.git diff --git a/screenseqscommand.cpp b/screenseqscommand.cpp index 312f475..2b5ebc1 100644 --- a/screenseqscommand.cpp +++ b/screenseqscommand.cpp @@ -1039,7 +1039,7 @@ int ScreenSeqsCommand::screenCountFile(set badSeqNames){ //we were unable to remove some of the bad sequences if (badSeqNames.size() != 0) { for (it = badSeqNames.begin(); it != badSeqNames.end(); it++) { - m->mothurOut("Your groupfile does not include the sequence " + *it + " please correct."); + m->mothurOut("Your count file does not include the sequence " + *it + " please correct."); m->mothurOutEndLine(); } }