X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.h;h=e07dadc1713989455a7fa1f35b6cdaa6767abf6c;hb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;hp=69741581b7caa06066b8900e1ba712cb23900d8c;hpb=fd282e6b4be2560f5b1bd154a9e8d24b798eefaf;p=mothur.git diff --git a/readotucommand.h b/readotucommand.h index 6974158..e07dadc 100644 --- a/readotucommand.h +++ b/readotucommand.h @@ -9,11 +9,8 @@ * */ -#include -#include -#include #include "command.hpp" -#include "readmatrix.hpp" +#include "readotu.h" #include "inputdata.h" #include "groupmap.h" #include "sharedcommand.h" @@ -36,18 +33,24 @@ class GlobalData; class ReadOtuCommand : public Command { public: - ReadOtuCommand(); + ReadOtuCommand(string); ~ReadOtuCommand(); int execute(); + void help(); private: GlobalData* globaldata; - ReadMatrix* read; + //ReadOTUFile* read; InputData* input; Command* shared; Command* parselist; GroupMap* groupMap; - string filename; + string filename, listfile, orderfile, sharedfile, line, label, groupfile, sabundfile, rabundfile, format; + + bool abort, allLines; + set lines; //hold lines to be used + set labels; //holds labels to be used + }; -#endif \ No newline at end of file +#endif