]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
broke apart read matrix file
[mothur.git] / collectsharedcommand.h
index 6e9d5cc3f498c96574d93321ecf2823edb0fa004..aac31c1e32a0b270d03d7b64d69ae1825b5a6af0 100644 (file)
@@ -17,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.  
@@ -44,9 +45,10 @@ public:
        
 private:
        GlobalData* globaldata;
+       SharedUtil* util;
        GroupMap* groupmap;
        SharedListVector* SharedList;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        SharedOrderVector* order;
        InputData* input;
        ValidCalculators* validCalculator;