]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
fixed bug in summary.shared for groups
[mothur.git] / collectsharedcommand.h
index 3737c11196c48cd7fba5179ee311264f22b0e6ba..c5c24b2f974e504e5c8ef079d15a89026291b992 100644 (file)
@@ -9,10 +9,7 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include <vector>
+
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -21,6 +18,7 @@
 #include "collect.h"
 #include "display.h"
 #include "readmatrix.hpp"
+#include "validcalculator.h"
 
 /* The collect.shared() command:
        The collect command generates a collector's curve from the given file representing several groups.  
@@ -51,10 +49,13 @@ private:
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
        int freq;
+       string format;
+       void setGroups();
 
 };
 
-#endif
\ No newline at end of file
+#endif