X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=62e063d8a0fe93c3942959527cde646996e3430d;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=a6b8854752f406a2bcaf82d5094c9abe023c2a46;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index a6b8854..62e063d 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -30,6 +30,7 @@ public: vector setParameters(); string getCommandName() { return "split.group"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Split.group"; } string getDescription() { return "split a name or fasta file by group"; } @@ -41,9 +42,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(); }; /***************************************************************************************/