]> git.donarmstrong.com Git - mothur.git/blobdiff - clearcutcommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / clearcutcommand.h
index af456566b241a5592b710c01d7d0486090c80705..942953f71bef907980d93355c5a1070599383f61 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "command.hpp"
-#include "globaldata.hpp"
 
 /* 
   Evans, J., L. Sheneman, and J.A. Foster (2006) Relaxed Neighbor-Joining: 
@@ -32,6 +31,8 @@ public:
        string getCommandName()                 { return "clearcut";                    }
        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()); }