]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.cpp
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / getlabelcommand.cpp
index be2a989d7a953be7b68a29ceca1a88c4d514bd20..2ba3054978ecda124017a1e5d5f0f73640d28702 100644 (file)
@@ -20,8 +20,6 @@ GetlabelCommand::GetlabelCommand(string option){
                if(option == "help") { help(); abort = true; }
                
                else {
-                       if (option != "") { mothurOut("There are no valid parameters for the get.label command."); mothurOutEndLine(); abort = true; }
-                       
                        if ((globaldata->getListFile() == "") && (globaldata->getRabundFile() == "") && (globaldata->getSabundFile() == "")) { mothurOut("You must read a list, sabund or rabund before you can use the get.label command."); mothurOutEndLine(); abort = true; }                               
                }