X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pipelinepdscommand.h;h=22386bcc697c2e3c64767ad99dd9fafaaa5d206f;hp=13695a6ec9a178918ab74242d9a2f05a89b9ead7;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 diff --git a/pipelinepdscommand.h b/pipelinepdscommand.h index 13695a6..22386bc 100644 --- a/pipelinepdscommand.h +++ b/pipelinepdscommand.h @@ -27,6 +27,10 @@ public: string getCommandName() { return "pipeline.pds"; } string getCommandCategory() { return "Hidden"; } string getHelpString(); + string getOutputPattern(string) { return ""; } + string getCitation() { return "Schloss PD, Gevers D, Westcott SL (2011). Reducing the effects of PCR amplification and sequencing artifacts on 16S rRNA-based studies. PLoS ONE. 6:e27310.\nhttp://www.mothur.org/wiki/Pipeline.pds"; } + string getDescription() { return "pat's pipeline"; } + int execute(); void help() { m->mothurOut(getHelpString()); }