]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / venncommand.h
index 063b8afdfbf4f733c6e537b6c245dc6f17aca516..663839c92ca560e8b5f657a775b634c83ef8af6d 100644 (file)
@@ -15,7 +15,6 @@
 #include "sharedlistvector.h"
 #include "venn.h"
 #include "validcalculator.h"
-#include "sharedutilities.h"
 
 
 class GlobalData;
@@ -31,15 +30,14 @@ public:
 private:
        GlobalData* globaldata;
        ReadOTUFile* read;
-       SharedUtil* util;
        InputData* input;
        SharedListVector* SharedList;
-       SharedOrderVector* order;
-       OrderVector* ordersingle;
        Venn* venn;
        string format;
        vector<Calculator*> vennCalculators;    
        ValidCalculators* validCalculator;
+       vector<SharedRAbundVector*> lookup;
+       SAbundVector* sabund;
        int abund;
 
 };