]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
pat's changes to trim.seqs
[mothur.git] / heatmapcommand.h
index fc50554c601c3c897f949775de7743c94cf33c9a..47838d80bb6f8cded11793bc7ed7ef942f9f8ec9 100644 (file)
@@ -23,9 +23,10 @@ class GlobalData;
 class HeatMapCommand : public Command {
 
 public:
-       HeatMapCommand();
+       HeatMapCommand(string);
        ~HeatMapCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -35,7 +36,12 @@ private:
        RAbundVector* rabund;
        vector<SharedRAbundVector*> lookup;
        HeatMap* heatmap;
-       string format;
+
+       bool abort, allLines;
+       set<string> labels; //holds labels to be used
+       string format, groups, sorted, scale, label, outputDir;
+       vector<string> Groups, outputNames;
+
 
 };