]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
paralellized chop.seqs
[mothur.git] / trimseqscommand.cpp
index 00367695944bd579c13052210b9f0d8491d0e509..637a720edd26433dfd79b66d8d327109bdd25d7f 100644 (file)
@@ -1332,7 +1332,7 @@ bool TrimSeqsCommand::getOligos(vector<vector<string> >& fastaFileNames, vector<
                                }else if(type == "SPACER"){
                                        spacer.push_back(oligo);
                                }
-                               else{   m->mothurOut(type + " is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring " + oligo + "."); m->mothurOutEndLine();  }
+                               else{   m->mothurOut("[WARNING]: " + type + " is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring " + oligo + "."); m->mothurOutEndLine(); }
                        }
                        m->gobble(inOligos);
                }