]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
pat's mods to morisitahorn and pre.cluster
[mothur.git] / heatmapcommand.h
index 2ae9882db4ff0c5390293cdfd6ea0e2b2c496c11..5c00b284061dd279db4ee52aaa891ef700d0cc61 100644 (file)
@@ -36,13 +36,10 @@ private:
        RAbundVector* rabund;
        vector<SharedRAbundVector*> lookup;
        HeatMap* heatmap;
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
+
        bool abort, allLines;
-       set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
-       string format, groups, sorted, scale, line, label;
+       string format, groups, sorted, scale, label;
        vector<string> Groups;