]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / rarefactsharedcommand.h
index 54d0495fdc8a1ac5063c8c01ff24970cea2b02fb..2112e8d78565712a490de69bedd2ffb44844a768 100644 (file)
@@ -26,8 +26,9 @@ public:
        string getCommandName()                 { return "rarefaction.shared";          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Rarefaction.shared"; }
-       
+       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()); }