]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.h
changed file divide for trim.seqs
[mothur.git] / heatmapsimcommand.h
index 33696a33ac87b34bedea636810b32e4daa09be8c..a26018062f28c4406dd83a518f67ee78b388d227 100644 (file)
@@ -21,9 +21,10 @@ class GlobalData;
 class HeatMapSimCommand : public Command {
 
 public:
-       HeatMapSimCommand();
+       HeatMapSimCommand(string);
        ~HeatMapSimCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -33,6 +34,17 @@ private:
        vector<Calculator*> heatCalculators;
        ValidCalculators* validCalculator;
        HeatMapSim* heatmap;
+       OptionParser* parser;
+       map<string, string> parameters;
+       map<string, string>::iterator it;
+       bool abort, allLines;
+       set<string> labels; //holds labels to be used
+       string format, groups, label, calc, phylipfile, columnfile, namefile, outputDir;
+       vector<string> Estimators, Groups, outputNames;
+       
+       int runCommandShared();
+       int runCommandDist();
+
 
 };