X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.h;h=735c97d1269848b94ac5a01926f93e08d1ccd5ef;hb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;hp=f0c30d08a03f1834de06c550668e6b3b1f64c1b1;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index f0c30d0..735c97d 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -28,8 +28,9 @@ public: vector setParameters(); string getCommandName() { return "chimera.uchime"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "uchime by Robert C. Edgar\nhttp://drive5.com/uchime\nThis code was donated to the public domain.\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection. Bioinformatics 27:2194.\nhttp://www.mothur.org/wiki/Chimera.uchime\n"; } string getDescription() { return "detect chimeric sequences"; }