]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
added read.shared, broke up globaldata a bit
[mothur.git] / collectsharedcommand.h
index 6a8f96f1c9115548cc6dca8f7ff13835468ec441..ffc4278f3b690a4b2f4a0f5bf637146bee65ca3b 100644 (file)
@@ -20,6 +20,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 +51,11 @@ private:
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
        int freq;
+       string format;
 
 };