X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.h;h=2c621bbe1da5b94bf9dd13f40d97bd27ef7b7c97;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=13695a6ec9a178918ab74242d9a2f05a89b9ead7;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/pipelinepdscommand.h b/pipelinepdscommand.h index 13695a6..2c621bb 100644 --- a/pipelinepdscommand.h +++ b/pipelinepdscommand.h @@ -26,7 +26,11 @@ public: vector setParameters(); string getCommandName() { return "pipeline.pds"; } string getCommandCategory() { return "Hidden"; } + string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Pipeline.pds"; } + string getDescription() { return "pat's pipeline"; } + int execute(); void help() { m->mothurOut(getHelpString()); }