X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getcoremicrobiomecommand.h;h=80def83dc27d947df1d5f13a16315a38f279b514;hp=469214c2916e3e00c466c4f0c1183809382aa3b5;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/getcoremicrobiomecommand.h b/getcoremicrobiomecommand.h index 469214c..80def83 100644 --- a/getcoremicrobiomecommand.h +++ b/getcoremicrobiomecommand.h @@ -26,8 +26,9 @@ 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 getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; }