]> git.donarmstrong.com Git - mothur.git/blobdiff - optionparser.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / optionparser.h
diff --git a/optionparser.h b/optionparser.h
deleted file mode 100644 (file)
index facd1f8..0000000
+++ /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<string, string> getParameters();
-       bool getNameFile(vector<string>);
-private:
-       map<string, string> parameters;
-       MothurOut* m;
-};
-
-/***********************************************************************/
-
-#endif