]> git.donarmstrong.com Git - mothur.git/blobdiff - homovacommand.h
added citation function to commands
[mothur.git] / homovacommand.h
index ec7a793bc25082fe12bf1fc768a72e0209d6b96a..8b31cc5a65aeedfc63412c5bc200faf6ce8fb603 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "homova";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
+       string getCitation() { return "Stewart CN, Excoffier L (1996). Assessing population genetic structure and variability with RAPD data: Application to Vaccinium macrocarpon (American Cranberry). J Evol Biol 9: 153-71. http://www.mothur.org/wiki/Homova"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }