X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.h;h=c883a690d9846febec2059b4d88ea1393ea2f52c;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=2e409b2aedd7606b6c689f48cb9e0e58f7a0bcfe;hpb=0e40e23448c2ee274268d85e0d0e65cb9eaeee6f;p=mothur.git diff --git a/splitabundcommand.h b/splitabundcommand.h index 2e409b2..c883a69 100644 --- a/splitabundcommand.h +++ b/splitabundcommand.h @@ -21,6 +21,7 @@ also allow an option where a user can give a group file with the list or names f #include "groupmap.h" #include "inputdata.h" #include "listvector.hpp" +#include "sequence.hpp" /***************************************************************************************/ @@ -30,13 +31,14 @@ public: SplitAbundCommand(string); SplitAbundCommand(); ~SplitAbundCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); - + + vector setParameters(); + string getCommandName() { return "split.abund"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: int splitList(ListVector*); @@ -50,7 +52,6 @@ private: int createNameMap(ListVector*); vector outputNames; - map > outputTypes; ListVector* list; GroupMap* groupMap; InputData* input;