X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcoremicrobiomecommand.h;h=469214c2916e3e00c466c4f0c1183809382aa3b5;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=c8aaab349efdf568b5a24556cf81280e178f3bc5;hpb=f816b683e586575bfe3479760a8afd5ab08e8573;p=mothur.git diff --git a/getcoremicrobiomecommand.h b/getcoremicrobiomecommand.h index c8aaab3..469214c 100644 --- a/getcoremicrobiomecommand.h +++ b/getcoremicrobiomecommand.h @@ -26,7 +26,8 @@ public: string getCommandName() { return "get.coremicrobiome"; } 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/Get.coremicrobiome"; } string getDescription() { return "determines the fraction of OTUs that are found in varying numbers of samples for different minimum relative abundances"; }