]> git.donarmstrong.com Git - mothur.git/blobdiff - mergegroupscommand.h
fixed bug in chimera.uchime
[mothur.git] / mergegroupscommand.h
index 62839ec1a1dc80a3b77a7aad8666f35262f663b3..dfd65adf1fdc9f7c6c84491f0714eff5cfd3888c 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(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Merge.groups"; }
+       
+       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