]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / getgroupscommand.h
index 7c4c92fff02ae6f577ca92a736fb7b14711cb302..955de627ccb6f4952c6ed3a1444ee2b4d5397187 100644 (file)
@@ -21,19 +21,21 @@ public:
        GetGroupsCommand(string);       
        GetGroupsCommand();
        ~GetGroupsCommand(){}
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();    
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "get.groups";                          }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
        
 private:
        set<string> names;
        string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups;
        bool abort;
        vector<string> outputNames, Groups;
-       map<string, vector<string> > outputTypes;
        GroupMap* groupMap;
        
        int readFasta();