]> git.donarmstrong.com Git - mothur.git/blob - commandoptionparser.hpp
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / commandoptionparser.hpp
1 #ifndef COMMANDOPTIONPARSER_HPP
2 #define COMMANDOPTIONPARSER_HPP
3
4 #include "mothur.h"
5
6 //**********************************************************************************************************************
7
8 class CommandOptionParser {
9 public:
10         CommandOptionParser(string);
11         string getCommandString();
12         
13 private:
14         string commandString;
15 };
16
17 //**********************************************************************************************************************
18
19 #endif