]> 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 64362ef61cdfdc18da9cb5b170a88ff9713d93c9..016f37e225f5b065d90278d5db5db2c0331d2464 100644 (file)
@@ -9,16 +9,13 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "ordervector.hpp"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "collect.h"
 #include "display.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "validcalculator.h"
 
 /*The collect() command:
@@ -46,7 +43,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        OrderVector* order;
        InputData* input;
        Collect* cCurve;