]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
added read.shared, broke up globaldata a bit
[mothur.git] / summarysharedcommand.h
index ab1d7ac4d8af610748c5dab7c26f42e2ff320da5..c531b8aafafc03632db7e3e7f52c48a29cdca83c 100644 (file)
@@ -18,6 +18,7 @@
 #include "calculator.h"
 #include "readmatrix.hpp"
 #include "sharedlistvector.h"
+#include "validcalculator.h"
 
 /*The summary.shared() command
        The summary.shared command can only be executed after a successful read.shared command. 
@@ -50,11 +51,12 @@ private:
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
+       ValidCalculators* validCalculator;
        SharedListVector* SharedList;
        SharedOrderVector* order;
        vector<SharedRAbundVector*> lookup;
        SharedRAbundVector* shared1, shared2;
-       string outputFileName;
+       string outputFileName, format;
        ofstream outputFileHandle;
 
 };