]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.h
get.oturep change and trim.seqs fix
[mothur.git] / heatmapsimcommand.h
index 838babdbe388b69b57d56f01fa3d1e508e18faae..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();
        
@@ -40,7 +45,8 @@ private:
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string format, groups, label, calc, phylipfile, columnfile, namefile, outputDir;
-       vector<string> Estimators, Groups;
+       vector<string> Estimators, Groups, outputNames;
+       map<string, vector<string> > outputTypes;
        
        int runCommandShared();
        int runCommandDist();