X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;fp=rarefactsharedcommand.h;h=2112e8d78565712a490de69bedd2ffb44844a768;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=7d4dc5edb76222095d0d650b93476e3218417044;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index 7d4dc5e..2112e8d 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -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()); }