X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readdistcommand.h;h=afe077d4e0e16c7763dc8304130242d2e0af1d4e;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=8c248cd0af21ff65cb6eab139f11e56f6bc74e83;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/readdistcommand.h b/readdistcommand.h index 8c248cd..afe077d 100644 --- a/readdistcommand.h +++ b/readdistcommand.h @@ -32,7 +32,9 @@ public: string getCommandName() { return "read.dist"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "This command is no longer available. You can provide your distance files directly to the downstream commands like cluster."; } - + string getCitation() { return "http://www.mothur.org/wiki/Read.dist"; } + string getDescription() { return "read.dist"; } + int execute(); void help() { m->mothurOut(getHelpString()); }