X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readtreecommand.h;h=cbf376909ff998531ed959f34edb5d72e8b72fcd;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=25e08252dd29c0eab2f5c985805408b3c83e10e3;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/readtreecommand.h b/readtreecommand.h index 25e0825..cbf3769 100644 --- a/readtreecommand.h +++ b/readtreecommand.h @@ -25,6 +25,8 @@ public: string getCommandName() { return "read.tree"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like unifrac.unweighted."; } + string getCitation() { return "http://www.mothur.org/wiki/Read.tree"; } + string getDescription() { return "read.tree"; } int execute(); void help() { m->mothurOut(getHelpString()); }