]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
added command descriptions
[mothur.git] / rarefactcommand.h
index 0bf8a4528025eafc3f0e16955e08fbf4553ea13b..b4bce3e172d141ab5e1fdcea1c59bd35b25dadab 100644 (file)
@@ -28,7 +28,8 @@ public:
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        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"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }