]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
added smart distance feature and optimized all commands using line by line processing
[mothur.git] / errorchecking.cpp
index e4c1877907e272c89a0be023ec21ad6bf2947f50..39fb17e47a4e2f72692f5d5be15f19866fca2bef 100644 (file)
@@ -298,6 +298,7 @@ bool ErrorCheck::checkInput(string input) {
                                errorFree = false;
                        }
                        if (listfile == "") { cout << "list is a required parameter for the get.oturep command." << endl; errorFree = false; }
+                       if (fastafile == "") { cout << "fasta is a required parameter for the get.oturep command." << endl; errorFree = false; }
                        validateBinFiles();
                }