X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=errorchecking.cpp;h=39fb17e47a4e2f72692f5d5be15f19866fca2bef;hb=a8f5a612bba54ceb74e17efc027d3a7f5aa93c9a;hp=e4c1877907e272c89a0be023ec21ad6bf2947f50;hpb=1abea4a6babe0a338f23b03cf90a554f3f96022a;p=mothur.git diff --git a/errorchecking.cpp b/errorchecking.cpp index e4c1877..39fb17e 100644 --- a/errorchecking.cpp +++ b/errorchecking.cpp @@ -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(); }