]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
fixed cluster.classic and added weighted method to hcluster
[mothur.git] / helpcommand.h
index f6a4aa38570aa047de43839895fc40d30e984fe7..d4e7b1fda16a88f8e88a30a46ba70e50fe1ce290 100644 (file)
@@ -18,12 +18,20 @@ class HelpCommand : public Command {
        
 public:
        HelpCommand(string);
+       HelpCommand() {}
        ~HelpCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help() {};
        
 private:
        CommandFactory* validCommands;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
+       
        
 private: