]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.cpp
added classify.shared command and random forest files. added count file to pcr.seqs...
[mothur.git] / screenseqscommand.cpp
index 312f475cabde7ba0d9c23f8f2231dba32f2f6963..2b5ebc1a844420e699b04df0dcd6e144befbf1fe 100644 (file)
@@ -1039,7 +1039,7 @@ int ScreenSeqsCommand::screenCountFile(set<string> 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();
                        }
                }