]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyotucommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / classifyotucommand.cpp
index a70be07e955180d17208b47f50d92f82ba2fa438..5ac7e2c4bd618dac3ce498a0a883ca6722980311 100644 (file)
@@ -54,7 +54,7 @@ string ClassifyOtuCommand::getHelpString(){
                helpString += "The probs parameter shuts off the outputting of the consensus confidence results. The default is true, meaning you want the confidence to be shown.\n";
                helpString += "The classify.otu command should be in the following format: classify.otu(taxonomy=yourTaxonomyFile, list=yourListFile, name=yourNamesFile, label=yourLabels).\n";
                helpString += "Example classify.otu(taxonomy=abrecovery.silva.full.taxonomy, list=abrecovery.fn.list, label=0.10).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n";
                return helpString;
        }
        catch(exception& e) {