X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=optionparser.h;h=facd1f85182cc526a6db01d85968d9231afcfc88;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=dab14debe385472c35f5f405aa8e12b8b1dabcf0;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/optionparser.h b/optionparser.h index dab14de..facd1f8 100644 --- a/optionparser.h +++ b/optionparser.h @@ -13,7 +13,8 @@ #include "mothur.h" - +#include "mothurout.h" +#include "command.hpp" /***********************************************************************/ @@ -22,8 +23,10 @@ public: OptionParser(string); ~OptionParser() {} map getParameters(); + bool getNameFile(vector); private: map parameters; + MothurOut* m; }; /***********************************************************************/