]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
paralellized phylo.diversity
[mothur.git] / heatmapcommand.h
index 6d6c1d55020b170d8072b5a860ea7f89a1e50e71..f3ae012fb7e5c161fc222e487d9d272acd8d0ff8 100644 (file)
@@ -35,13 +35,14 @@ private:
        SharedListVector* SharedList;
        RAbundVector* rabund;
        vector<SharedRAbundVector*> lookup;
+       vector<SharedRAbundFloatVector*> lookupFloat;
        HeatMap* heatmap;
 
        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;
-       vector<string> Groups;
+       string format, groups, sorted, scale, label, outputDir;
+       vector<string> Groups, outputNames;
+       int numOTU, fontSize;
 
 
 };