X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearcutcommand.h;h=8f3773eef5cafc5b4a18c56da51df9bdb9606be6;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=af456566b241a5592b710c01d7d0486090c80705;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/clearcutcommand.h b/clearcutcommand.h index af45656..8f3773e 100644 --- a/clearcutcommand.h +++ b/clearcutcommand.h @@ -11,7 +11,6 @@ */ #include "command.hpp" -#include "globaldata.hpp" /* Evans, J., L. Sheneman, and J.A. Foster (2006) Relaxed Neighbor-Joining: @@ -31,7 +30,10 @@ 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"; } int execute(); void help() { m->mothurOut(getHelpString()); }