X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.h;h=8478117f3c99cd2f31224e614d3a95943fc1b4b0;hb=ae9c5b48da9047548f86fc84897926d9f5102312;hp=eb99cbfbc05562912119c1f85a70b2b1ac472205;hpb=83084856f5e39e7f65927409295344c769e9bf38;p=mothur.git diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index eb99cbf..8478117 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -27,6 +27,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "uchime by Robert C. Edgar\nhttp://drive5.com/uchime\nThis code is donated to the public domain.\nhttp://www.mothur.org/wiki/Chimera.uchime\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection, Bioinformatics, in press.\n"; } + string getDescription() { return "detect chimeric sequences"; } int execute(); void help() { m->mothurOut(getHelpString()); }