]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
fixed some bugs found while testing 1.8
[mothur.git] / collectcommand.h
index 10894e7218b5d2d607f2c0fa931f7c10a0f6146d..0df1bab2315c256d07c98fe38124a213cda88d7e 100644 (file)
@@ -54,8 +54,12 @@ private:
 
        bool abort, allLines;
        set<string> labels; //holds labels to be used
-       string label, calc;
+       string label, calc, outputDir;
        vector<string>  Estimators;
+       vector<string> inputFileNames;
+       vector<string> groups;
+       
+       vector<string> parseSharedFile(string);
 
 
 };