X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=9c7e1ed34fcffebaf73f4499bd6637d0d36c2b68;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=6aaa3de401e07f653abcd29cff4e98c868a94e4b;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index 6aaa3de..9c7e1ed 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -26,6 +26,7 @@ public: vector 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 groups; string outputDir; - vector parseSharedFile(string); + vector parseSharedFile(string, map >&); vector createGroupFile(vector&, map); };