]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
test
[mothur.git] / collectsharedcommand.h
index 6a8f96f1c9115548cc6dca8f7ff13835468ec441..6e9d5cc3f498c96574d93321ecf2823edb0fa004 100644 (file)
@@ -9,9 +9,7 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
+
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -20,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.  
@@ -50,9 +49,11 @@ private:
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
        int freq;
+       string format;
 
 };