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