]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
testing mpi
[mothur.git] / rarefactcommand.h
index 88b0ade9c51824059f387e1c72b6564b3046d453..dce1a0d4862190c01bb2082f8506d3a505bad899 100644 (file)
@@ -42,6 +42,12 @@ private:
        set<string> labels; //holds labels to be used
        string label, calc;
        vector<string>  Estimators;
+       vector<string> inputFileNames;
+       vector<string> groups;
+       string outputDir;
+       
+       vector<string> parseSharedFile(string);
+
 
 };