]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
working on unifrac parallelization
[mothur.git] / heatmapcommand.h
index 47838d80bb6f8cded11793bc7ed7ef942f9f8ec9..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, outputNames;
+       int numOTU, fontSize;
 
 
 };