X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrabundcommand.h;h=dcf8c686dbd2bf75847ef500bf7fea0fbd087cb5;hb=601d30778afd12a8dcdd0e2825d54754a3980cf4;hp=ed51be12ca9e9c0a41b9c03a5089cd9fce7b3893;hpb=f37a59b81c339f574d97042ff6e364146feb457a;p=mothur.git diff --git a/getrabundcommand.h b/getrabundcommand.h index ed51be1..dcf8c68 100644 --- a/getrabundcommand.h +++ b/getrabundcommand.h @@ -13,26 +13,36 @@ #include "command.hpp" #include "inputdata.h" -#include "readotu.h" #include "listvector.hpp" -class GlobalData; class GetRAbundCommand : public Command { public: GetRAbundCommand(string); - ~GetRAbundCommand(); - int execute(); - void help(); + GetRAbundCommand(); + ~GetRAbundCommand(){} + + vector setParameters(); + string getCommandName() { return "get.rabund"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + + string getHelpString(); + string getOutputPattern(string); + string getCitation() { return "http://www.mothur.org/wiki/Get.rabund"; } + string getDescription() { return "creates a rabund file"; } + + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: - GlobalData* globaldata; - string filename; + + string filename, listfile, sabundfile, inputfile, format, outputDir; ofstream out; - ReadOTUFile* read; InputData* input; - ListVector* list; RAbundVector* rabund; + vector outputNames; bool abort, allLines, sorted; set labels; //holds labels to be used