]> git.donarmstrong.com Git - mothur.git/blobdiff - makegroupcommand.h
minor bug in chimera maligner
[mothur.git] / makegroupcommand.h
index 23d4598122bd99bdbc0a5869b590034159361ba1..1206938205b6fec35b5252e75f21d7d45af5522b 100644 (file)
 class MakeGroupCommand : public Command {
        
 public:
-       MakeGroupCommand(string);       
-       ~MakeGroupCommand();
+       MakeGroupCommand(string);
+       MakeGroupCommand();     
+       ~MakeGroupCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "make.group";  }
+       string getCommandCategory()             { return "General";             }
+       string getHelpString(); 
+       
        int execute(); 
-       void help();    
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
                
-       string fastaFileName, groups, outputDir, filename;
+       string fastaFileName, groups, outputDir, filename, output;
        vector<string> fastaFileNames;
-       vector<string> groupsNames;
+       vector<string> groupsNames, outputNames;
        
        bool abort;
 };