]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
committing so I can work on the other machine
[mothur.git] / summarysharedcommand.h
index 119a75c47438a85460b4b798501edbf0807569c0..bcd8ab671f2727331179dbe3511d4acd72f72417 100644 (file)
@@ -33,18 +33,15 @@ private:
        vector<Calculator*> sumCalculators;     
        InputData* input;
        ValidCalculators* validCalculator;
-       SharedListVector* SharedList;
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
-       bool abort, allLines, mult;
+       
+       bool abort, allLines, mult, all;
        set<string> labels; //holds labels to be used
        string label, calc, groups;
-       vector<string>  Estimators, Groups;
+       vector<string>  Estimators, Groups, outputNames;
        vector<SharedRAbundVector*> lookup;
-       string outputFileName, format, outAllFileName;
+       string outputFileName, format, outAllFileName, outputDir;
        ofstream outputFileHandle, outAll;
-       void process(vector<SharedRAbundVector*>);
+       int process(vector<SharedRAbundVector*>);
 
 };