X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=a6b8854752f406a2bcaf82d5094c9abe023c2a46;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=a9a6343084c0982b1be2c6a8688a60cb45804375;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index a9a6343..a6b8854 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -32,19 +32,15 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Split.group"; } + string getDescription() { return "split a name or fasta file by group"; } + int execute(); 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;