]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / rarefactcommand.h
index 58e6819bf07ef6d63d6fbf8f4bb92a2f154bf163..b4bce3e172d141ab5e1fdcea1c59bd35b25dadab 100644 (file)
@@ -27,8 +27,9 @@ public:
        string getCommandName()                 { return "rarefaction.single";          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Rarefaction.single"; }
-       
+       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()); }