X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clearcutcommand.h;h=817c4a3290804405bd47582d9b3ec5349c182b43;hp=ee64724cc16d711a32238113a66840bd7a4954d0;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/clearcutcommand.h b/clearcutcommand.h index ee64724..817c4a3 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -30,8 +30,11 @@ public: vector setParameters(); string getCommandName() { return "clearcut"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + string getOutputPattern(string); 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()); }