]> git.donarmstrong.com Git - mothur.git/blobdiff - mergegroupscommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / mergegroupscommand.h
index 62839ec1a1dc80a3b77a7aad8666f35262f663b3..827f5a32762ce7f6d3c11fd0735e64f5e729e7fd 100644 (file)
 #include "inputdata.h"
 #include "sharedrabundvector.h"
 
-class GlobalData;
-
 class MergeGroupsCommand : public Command {
        
 public:
        MergeGroupsCommand(string);
        MergeGroupsCommand();
-       ~MergeGroupsCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~MergeGroupsCommand() {}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "merge.groups";        }
+       string getCommandCategory()             { return "General";                     }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
-       GlobalData* globaldata;
        GroupMap* designMap;
        vector<SharedRAbundVector*> lookup;
-       map<string, vector<string> > outputTypes;
        
        bool abort, allLines, pickedGroups;
        set<string> labels; //holds labels to be used