]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
fix to summary.tax for 1.28.0
[mothur.git] / rarefactcommand.h
index 6aaa3de401e07f653abcd29cff4e98c868a94e4b..9c7e1ed34fcffebaf73f4499bd6637d0d36c2b68 100644 (file)
@@ -26,6 +26,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "rarefaction.single";          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "Magurran AE (2004). Measuring biological diversity. Blackwell Pub.: Malden, Ma. \nhttp://www.mothur.org/wiki/Rarefaction.single"; }
        string getDescription()         { return "generate intra-sample rarefaction curves using a re-sampling without replacement approach"; }
@@ -50,7 +51,7 @@ private:
        vector<string> groups;
        string outputDir;
        
-       vector<string> parseSharedFile(string);
+       vector<string> parseSharedFile(string, map<string, set<int> >&);
        vector<string> createGroupFile(vector<string>&, map<int, string>);
 };