]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
fixes while testing 1.33.0
[mothur.git] / rarefactcommand.h
index 0e77a277e6ad7cda962a4c9476945f6b2aa6b557..02fe6e3aa4355a107e76f06d8f8f9a7f0df19118 100644 (file)
@@ -26,7 +26,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "rarefaction.single";          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        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"; }