X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearcutcommand.h;fp=clearcutcommand.h;h=ee64724cc16d711a32238113a66840bd7a4954d0;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=702fd7e14cb80dc57fd62cb0a738bdf3c6fd2bbd;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/clearcutcommand.h b/clearcutcommand.h index 702fd7e..ee64724 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -31,7 +31,7 @@ public: string getCommandName() { return "clearcut"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "The clearcut program written by Initiative for Bioinformatics and Evolutionary Studies (IBEST) at the University of Idaho. http://www.mothur.org/wiki/Clearcut"; } + string getCitation() { return "Sheneman L, Evans J, Foster JA (2006). Clearcut: a fast implementation of relaxed neighbor joining. Bioinformatics 22: 2823-4. \nhttp://www.mothur.org/wiki/Clearcut"; } int execute(); void help() { m->mothurOut(getHelpString()); }