]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
worked on hcluster. made .single command run using a sharedfile. and various other...
[mothur.git] / rarefactcommand.h
index 88b0ade9c51824059f387e1c72b6564b3046d453..3213af4d6b8ea66fd9c50bbfa7ce0d7efcf85327 100644 (file)
@@ -42,6 +42,11 @@ private:
        set<string> labels; //holds labels to be used
        string label, calc;
        vector<string>  Estimators;
+       vector<string> inputFileNames;
+       vector<string> groups;
+       
+       vector<string> parseSharedFile(string);
+
 
 };