]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
altered venn command to make use of sharedchao for any number of groups, fixed window...
[mothur.git] / collectcommand.h
index 9c24339d3d3745a1b2a6591af023c0fbb7ab3901..016f37e225f5b065d90278d5db5db2c0331d2464 100644 (file)
 #include "command.hpp"
 #include "ordervector.hpp"
 #include "inputdata.h"
-//#include "groupmap.h"
+#include "groupmap.h"
 #include "collect.h"
 #include "display.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "validcalculator.h"
 
 /*The collect() command:
@@ -43,7 +43,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        OrderVector* order;
        InputData* input;
        Collect* cCurve;