X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearcutcommand.h;h=8f3773eef5cafc5b4a18c56da51df9bdb9606be6;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=942953f71bef907980d93355c5a1070599383f61;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/clearcutcommand.h b/clearcutcommand.h index 942953f..8f3773e 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -30,6 +30,7 @@ public: vector setParameters(); string getCommandName() { return "clearcut"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); 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"; }