]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
Added get.line command.
[mothur.git] / summarysharedcommand.h
index 6188b96bea172f9b63a7c45c7a92b9072b6f1e1a..c531b8aafafc03632db7e3e7f52c48a29cdca83c 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
 #include <vector>
@@ -18,6 +17,8 @@
 #include "inputdata.h"
 #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. 
@@ -44,21 +45,20 @@ public:
        int execute();
        
 private:
-       void getGroupComb();
        void getSharedVectors();
        
        GlobalData* globaldata;
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
-       ListVector* list;
+       ValidCalculators* validCalculator;
+       SharedListVector* SharedList;
        SharedOrderVector* order;
        vector<SharedRAbundVector*> lookup;
        SharedRAbundVector* shared1, shared2;
-       string outputFileName;
+       string outputFileName, format;
        ofstream outputFileHandle;
-       vector<string> groupComb;
 
 };
 
-#endif
\ No newline at end of file
+#endif