]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.h
added cutoff change to hcluster
[mothur.git] / getgroupscommand.h
index 7c4c92fff02ae6f577ca92a736fb7b14711cb302..642107dafc9d567aa93270195740030d33698e52 100644 (file)
@@ -21,19 +21,24 @@ 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(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Get.groups"; }
+       string getDescription()         { return "gets sequences from a list, fasta, name, group or taxonomy file from a given group or set of groups"; }
+
+       
+       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();