From: pschloss Date: Tue, 28 Jun 2011 11:48:28 +0000 (+0000) Subject: changed citation for uchime X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=83084856f5e39e7f65927409295344c769e9bf38;p=mothur.git changed citation for uchime --- diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index 7af965b..eb99cbf 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -26,8 +26,7 @@ public: string getCommandName() { return "chimera.uchime"; } 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"; } - string getDescription() { return "detect chimeric sequences"; } + 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"; } int execute(); void help() { m->mothurOut(getHelpString()); }