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