]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
more calculator edits and added coverage and whittaker
[mothur.git] / venncommand.h
index d91aaef1c7e47185862cf1a681976a31c47ebb75..663839c92ca560e8b5f657a775b634c83ef8af6d 100644 (file)
@@ -11,7 +11,7 @@
  
 #include "command.hpp"
 #include "inputdata.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "sharedlistvector.h"
 #include "venn.h"
 #include "validcalculator.h"
@@ -29,18 +29,16 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       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;
-       
-       void setGroups();
 
 };