]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
pat's mods to morisitahorn and pre.cluster
[mothur.git] / heatmapcommand.h
index fc50554c601c3c897f949775de7743c94cf33c9a..5c00b284061dd279db4ee52aaa891ef700d0cc61 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;
+       vector<string> Groups;
+
 
 };