]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
modified some calculators and other stuff - pds
[mothur.git] / venncommand.h
index 30ff74eb0433240b784ef221e2e0bdc22d1f4066..663839c92ca560e8b5f657a775b634c83ef8af6d 100644 (file)
  
 #include "command.hpp"
 #include "inputdata.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "sharedlistvector.h"
 #include "venn.h"
 #include "validcalculator.h"
-#include "sharedutilities.h"
 
 
 class GlobalData;
@@ -30,16 +29,15 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
-       SharedUtil* util;
+       ReadOTUFile* read;
        InputData* input;
        SharedListVector* SharedList;
-       SharedOrderVector* order;
-       OrderVector* ordersingle;
        Venn* venn;
        string format;
        vector<Calculator*> vennCalculators;    
        ValidCalculators* validCalculator;
+       vector<SharedRAbundVector*> lookup;
+       SAbundVector* sabund;
        int abund;
 
 };