X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listotulabelscommand.h;fp=listotulabelscommand.h;h=1b10331925c1c91d32e42b06bedcb3f225e32c5a;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=dbfd5d4f06cfc2c8453cfcc7cc2c556e17c882ee;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/listotulabelscommand.h b/listotulabelscommand.h index dbfd5d4..1b10331 100644 --- a/listotulabelscommand.h +++ b/listotulabelscommand.h @@ -25,7 +25,8 @@ public: string getCommandName() { return "list.otulabels"; } string getCommandCategory() { return "OTU-Based Approaches"; } //commmand category choices: Sequence Processing, OTU-Based Approaches, Hypothesis Testing, Phylotype Analysis, General, Clustering and Hidden - string getHelpString(); + string getOutputFileNameTag(string, string); + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/List.otulabels"; } string getDescription() { return "lists otu labels from shared or relabund file. Can be used by get.otulabels with output from classify.otu, otu.association, or corr.axes to select specific otus."; }