X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearcutcommand.h;h=942953f71bef907980d93355c5a1070599383f61;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=89fa1ab81b8c36f552439da56af1f3706bfe19db;hpb=82bf18e3ef0a52345519f91a682e64cc385b56bb;p=mothur.git diff --git a/clearcutcommand.h b/clearcutcommand.h index 89fa1ab..942953f 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -31,6 +31,8 @@ public: string getCommandName() { return "clearcut"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); + 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"; } + string getDescription() { return "create a tree from a fasta or phylip file"; } int execute(); void help() { m->mothurOut(getHelpString()); }