X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clearcutcommand.h;h=817c4a3290804405bd47582d9b3ec5349c182b43;hp=942953f71bef907980d93355c5a1070599383f61;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf diff --git a/clearcutcommand.h b/clearcutcommand.h index 942953f..817c4a3 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -30,7 +30,9 @@ 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"; }