X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;h=2112e8d78565712a490de69bedd2ffb44844a768;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=8219e613b3c71d657deb31deb8a948f501dc6e52;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index 8219e61..2112e8d 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -26,7 +26,9 @@ public: string getCommandName() { return "rarefaction.shared"; } 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()); }