]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
removed blast files generated by chimera.slayer, altered makefile to allow for 64bit...
[mothur.git] / trimseqscommand.cpp
index 4947b38ec8acb49ac0925f8b277133cc18196519..dcd95cb94344063333d8f1c1c2abac6408dd314d 100644 (file)
@@ -591,7 +591,7 @@ void TrimSeqsCommand::getOligos(vector<string>& outFASTAVec){ //vector<ofstream*
                                                outputNames.push_back((outputDir + getRootName(getSimpleName(fastaFile)) + toString(index) + "." + group + ".fasta"));
                                                outFASTAVec.push_back((outputDir + getRootName(getSimpleName(fastaFile)) + toString(index) + "." + group + ".fasta"));
                                        }
-                               }
+                               }else{  m->mothurOut(type + " is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring " + oligo + "."); m->mothurOutEndLine();  }
                        }
                }