]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.h
added cutoff change to mgcluster
[mothur.git] / removegroupscommand.h
index 896697aa4cfe7c9cfa7532db6e94b5f5590050ad..daf2066feade74af3239e12f3a48a7b314de0a4c 100644 (file)
@@ -21,19 +21,23 @@ public:
        RemoveGroupsCommand(string);    
        RemoveGroupsCommand();
        ~RemoveGroupsCommand(){}
-       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 "remove.groups";                       }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Remove.groups"; }
+       string getDescription()         { return "removes 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();