X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=a6b8854752f406a2bcaf82d5094c9abe023c2a46;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=6705ba98e3ab9ebd165429260828632eca43ede4;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index 6705ba9..a6b8854 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -31,19 +31,16 @@ public: string getCommandName() { return "split.group"; } 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;