X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.h;h=c6d65037516c495f391ceb983273b1b9a20010e1;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=6b3d1e0ed3ec709181f78ee8428db2ff273c88d1;hpb=82bf18e3ef0a52345519f91a682e64cc385b56bb;p=mothur.git diff --git a/readotucommand.h b/readotucommand.h index 6b3d1e0..c6d6503 100644 --- a/readotucommand.h +++ b/readotucommand.h @@ -24,6 +24,8 @@ public: string getCommandName() { return "read.otu"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like collect.shared."; } + string getCitation() { return "http://www.mothur.org/wiki/Read.otu"; } + string getDescription() { return "read.otu"; } int execute(); void help() { m->mothurOut(getHelpString()); }