]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
fixed a bug in calculating the # of ambig bases
[mothur.git] / collectsharedcommand.h
index ffc4278f3b690a4b2f4a0f5bf637146bee65ca3b..aac31c1e32a0b270d03d7b64d69ae1825b5a6af0 100644 (file)
@@ -9,9 +9,7 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
+
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -19,8 +17,9 @@
 #include "groupmap.h"
 #include "collect.h"
 #include "display.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "validcalculator.h"
+#include "sharedutilities.h"
 
 /* The collect.shared() command:
        The collect command generates a collector's curve from the given file representing several groups.  
@@ -46,9 +45,10 @@ public:
        
 private:
        GlobalData* globaldata;
+       SharedUtil* util;
        GroupMap* groupmap;
        SharedListVector* SharedList;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        SharedOrderVector* order;
        InputData* input;
        ValidCalculators* validCalculator;