X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=a8dc9a19e656651be58416c99e802e1b98b72a56;hb=3cd964b03f04bc569c4a7d0b99be9908c54c1d44;hp=f8bdca17e2a06877a81d4d5eca2fcabd64cef52a;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index f8bdca1..a8dc9a1 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"; } @@ -39,14 +40,8 @@ public: void help() { m->mothurOut(getHelpString()); } private: - int readNames(); - int splitFasta(); - vector outputNames; - map > nameMap; - map >::iterator itNames; - GroupMap* groupMap; - + string outputDir, namefile, groupfile, groups, fastafile; vector Groups; bool abort;