X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=optionparser.h;fp=optionparser.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=facd1f85182cc526a6db01d85968d9231afcfc88;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/optionparser.h b/optionparser.h deleted file mode 100644 index facd1f8..0000000 --- a/optionparser.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef OPTIONPARSER_H -#define OPTIONPARSER_H - -/* - * optionparser.h - * Mothur - * - * Created by Sarah Westcott on 6/8/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - - - -#include "mothur.h" -#include "mothurout.h" -#include "command.hpp" - -/***********************************************************************/ - -class OptionParser { -public: - OptionParser(string); - ~OptionParser() {} - map getParameters(); - bool getNameFile(vector); -private: - map parameters; - MothurOut* m; -}; - -/***********************************************************************/ - -#endif