]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
working on unifrac parallelization
[mothur.git] / heatmapcommand.h
index 83f6c0f21f4aefeb209056bdad3002e5449762be..f3ae012fb7e5c161fc222e487d9d272acd8d0ff8 100644 (file)
@@ -35,12 +35,14 @@ private:
        SharedListVector* SharedList;
        RAbundVector* rabund;
        vector<SharedRAbundVector*> lookup;
+       vector<SharedRAbundFloatVector*> lookupFloat;
        HeatMap* heatmap;
 
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string format, groups, sorted, scale, label, outputDir;
-       vector<string> Groups;
+       vector<string> Groups, outputNames;
+       int numOTU, fontSize;
 
 
 };