X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearcutcommand.h;h=942953f71bef907980d93355c5a1070599383f61;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=ee64724cc16d711a32238113a66840bd7a4954d0;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/clearcutcommand.h b/clearcutcommand.h index ee64724..942953f 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -32,6 +32,7 @@ public: 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()); }