]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
modified bin.seqs and get.oturep commands to include use of a groupfile if provided...
[mothur.git] / errorchecking.cpp
index f82e806e45d6b98be601720b3380ae21e142438a..f8b34bba53ef6260d0c0756dfeec109cc946c9e8 100644 (file)
@@ -277,12 +277,6 @@ bool ErrorCheck::checkInput(string input) {
                        validateBinFiles();
                }
                
-               if ((commandName == "get.repseqs")) { 
-                       if ((globaldata->getListFile() == "")) { cout << "You must read a list file before you can use the get.repseqs command." << endl; return false; }
-                       else if (groupfile == "") { cout << "You must provide a groupfile before you can use the get.repseqs command." << endl; return false; }
-                       validateBinFiles();
-               }
-
                
                if ((commandName == "get.oturep")) { 
                        if ((globaldata->gSparseMatrix == NULL) || (globaldata->gListVector == NULL)) {