X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifysharedcommand.h;h=276b71ccdfbeda299125477eefbc3796a2c9aa7b;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=93c62867d48069e7374bf955cfe695c1762227be;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/classifysharedcommand.h b/classifysharedcommand.h index 93c6286..276b71c 100755 --- a/classifysharedcommand.h +++ b/classifysharedcommand.h @@ -20,9 +20,9 @@ public: vector setParameters(); string getCommandName() { return "classify.shared"; } - string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); - string getHelpString(); + string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Classify.shared\n"; } string getDescription() { return "description"; } int execute(); @@ -34,7 +34,7 @@ private: string outputDir; vector outputNames, Groups; - string sharedfile, designfile, otupersplit, splitcriteria; + string sharedfile, designfile; set labels; bool allLines;