]> git.donarmstrong.com Git - mothur.git/blobdiff - clearcutcommand.h
added citation function to commands
[mothur.git] / clearcutcommand.h
index 89fa1ab81b8c36f552439da56af1f3706bfe19db..702fd7e14cb80dc57fd62cb0a738bdf3c6fd2bbd 100644 (file)
@@ -31,6 +31,7 @@ public:
        string getCommandName()                 { return "clearcut";                    }
        string getCommandCategory()             { return "Hypothesis Testing";  }
        string getHelpString(); 
+       string getCitation() { return "The clearcut program written by Initiative for Bioinformatics and Evolutionary Studies (IBEST) at the University of Idaho. http://www.mothur.org/wiki/Clearcut"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }