X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.h;h=6c7af2cc5a3977db356ed0806d5e4cff48e701ce;hb=601d30778afd12a8dcdd0e2825d54754a3980cf4;hp=e7c97e152d718b8944b0e004b32398dd1f210e99;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/seqerrorcommand.h b/seqerrorcommand.h index e7c97e1..6c7af2c 100644 --- a/seqerrorcommand.h +++ b/seqerrorcommand.h @@ -24,8 +24,10 @@ public: vector setParameters(); string getCommandName() { return "seq.error"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Seq.error"; } + string getOutputPattern(string); + 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/Seq.error"; } string getDescription() { return "seq.error"; }