]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
worked on hcluster. made .single command run using a sharedfile. and various other...
[mothur.git] / summarycommand.h
index 6ee8c4a522d517b563318d92b840f708b20603e5..1258c650179a73afd9bcc85e56bfee92dca1d996 100644 (file)
@@ -33,14 +33,17 @@ private:
        InputData* input;
        ValidCalculators* validCalculator;
        SAbundVector* sabund;
-       string outputFileName;
-       ofstream outputFileHandle;
        int abund, size;
 
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string label, calc;
        vector<string>  Estimators;
+       vector<string> inputFileNames;
+       vector<string> groups;
+       
+       vector<string> parseSharedFile(string);
+
 
 };
 #endif