X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=classifyotucommand.cpp;h=5ac7e2c4bd618dac3ce498a0a883ca6722980311;hp=a70be07e955180d17208b47f50d92f82ba2fa438;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494 diff --git a/classifyotucommand.cpp b/classifyotucommand.cpp index a70be07..5ac7e2c 100644 --- a/classifyotucommand.cpp +++ b/classifyotucommand.cpp @@ -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) {