X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getotulabelscommand.cpp;h=7dc0b414f40e3db4b3daa0469589ba30dc5fe781;hb=90708fe9701e3827e477c82fb3652539c3bf2a0d;hp=a281f9f8a23f98d36f7a4b303bdf7804d945c4c7;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/getotulabelscommand.cpp b/getotulabelscommand.cpp index a281f9f..7dc0b41 100644 --- a/getotulabelscommand.cpp +++ b/getotulabelscommand.cpp @@ -33,9 +33,9 @@ string GetOtuLabelsCommand::getHelpString(){ string helpString = ""; helpString += "The get.otulabels command can be used to select specific otus with the output from classify.otu, otu.association, or corr.axes.\n"; helpString += "The get.otulabels parameters are: constaxonomy, otucorr, corraxes, and accnos.\n"; - helpString += "The constaxonomy parameter is input the results of the classify.otu command.\n"; - helpString += "The otucorr parameter is input the results of the otu.association command.\n"; - helpString += "The corraxes parameter is input the results of the corr.axes command.\n"; + helpString += "The constaxonomy parameter is used to input the results of the classify.otu command.\n"; + helpString += "The otucorr parameter is used to input the results of the otu.association command.\n"; + helpString += "The corraxes parameter is used to input the results of the corr.axes command.\n"; helpString += "The get.otulabels commmand should be in the following format: \n"; helpString += "get.otulabels(accnos=yourListOfOTULabels, corraxes=yourCorrAxesFile)\n"; return helpString;