X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=ec22b8fedaec8752dd1b9161c6476b0223fc157e;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=a6b8854752f406a2bcaf82d5094c9abe023c2a46;hpb=d0cceb86216f1174afa51582a51490294912b00e;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index a6b8854..ec22b8f 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -28,9 +28,11 @@ public: ~SplitGroupCommand() {} vector setParameters(); - string getCommandName() { return "split.group"; } + string getCommandName() { return "split.groups"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Split.group"; } string getDescription() { return "split a name or fasta file by group"; } @@ -41,9 +43,12 @@ public: private: vector outputNames; - string outputDir, namefile, groupfile, groups, fastafile; + string outputDir, namefile, groupfile, countfile, groups, fastafile; vector Groups; bool abort; + + int runNameGroup(); + int runCount(); }; /***************************************************************************************/