]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added command descriptions
[mothur.git] / rarefactsharedcommand.h
index 7d4dc5edb76222095d0d650b93476e3218417044..2112e8d78565712a490de69bedd2ffb44844a768 100644 (file)
@@ -27,7 +27,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.shared"; }
-       
+       string getDescription()         { return "generate inter-sample rarefaction curves using a re-sampling without replacement approach"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }