]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / heatmapsimcommand.h
index a26018062f28c4406dd83a518f67ee78b388d227..cd12c176f44994e4ea1da4128737dabe2931b6ac 100644 (file)
@@ -22,7 +22,12 @@ class HeatMapSimCommand : public Command {
 
 public:
        HeatMapSimCommand(string);
+       HeatMapSimCommand();
        ~HeatMapSimCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -41,6 +46,7 @@ private:
        set<string> labels; //holds labels to be used
        string format, groups, label, calc, phylipfile, columnfile, namefile, outputDir;
        vector<string> Estimators, Groups, outputNames;
+       map<string, vector<string> > outputTypes;
        
        int runCommandShared();
        int runCommandDist();