]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
fixed a bug in calculating the # of ambig bases
[mothur.git] / summarysharedcommand.h
index e87e75e6412a36239f3c1b1e19066609aaef4527..0f2f75386b23382699fbb2b524268fee373dfc25 100644 (file)
@@ -15,9 +15,8 @@
 #include "inputdata.h"
 #include "calculator.h"
 #include "readotu.h"
-#include "sharedlistvector.h"
 #include "validcalculator.h"
-#include "sharedutilities.h"
+
 
 /*The summary.shared() command
        The summary.shared command can only be executed after a successful read.shared command. 
@@ -46,15 +45,15 @@ public:
 private:
        GlobalData* globaldata;
        ReadOTUFile* read;
-       SharedUtil* util;
        vector<Calculator*> sumCalculators;     
        InputData* input;
        ValidCalculators* validCalculator;
        SharedListVector* SharedList;
-       SharedOrderVector* order;
        vector<SharedRAbundVector*> lookup;
-       string outputFileName, format;
-       ofstream outputFileHandle;
+       string outputFileName, format, outAllFileName;
+       ofstream outputFileHandle, outAll;
+       bool mult;
+       void process(vector<SharedRAbundVector*>);
 
 };