X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.h;h=c6d65037516c495f391ceb983273b1b9a20010e1;hb=e7ae6e6b27c45b5691c19f423ec56faae8e2f255;hp=d1dc5b7fc73726b09d9dce49a71015c0f70d70da;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/readotucommand.h b/readotucommand.h index d1dc5b7..c6d6503 100644 --- a/readotucommand.h +++ b/readotucommand.h @@ -10,7 +10,6 @@ */ #include "command.hpp" -#include "readotu.h" #include "inputdata.h" #include "groupmap.h" #include "sharedcommand.h" @@ -25,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()); }