X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrabundcommand.h;h=cb9e270d170e0ab9dde910fdb7d24ef6c293828f;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=ed51be12ca9e9c0a41b9c03a5089cd9fce7b3893;hpb=f37a59b81c339f574d97042ff6e364146feb457a;p=mothur.git diff --git a/getrabundcommand.h b/getrabundcommand.h index ed51be1..cb9e270 100644 --- a/getrabundcommand.h +++ b/getrabundcommand.h @@ -13,26 +13,34 @@ #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 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