X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.h;h=8478117f3c99cd2f31224e614d3a95943fc1b4b0;hb=ae9c5b48da9047548f86fc84897926d9f5102312;hp=a7d5ad60435f753d088b441aa5b509bce1999808;hpb=1e8d08e96f4fe99604a6b3502568de464bf60891;p=mothur.git diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index a7d5ad6..8478117 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -26,8 +26,8 @@ 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 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()); }