]> git.donarmstrong.com Git - mothur.git/blobdiff - mantelcommand.h
added citation function to commands
[mothur.git] / mantelcommand.h
index 224265bc3539a53e16b322847772b8fe2cdbc280..1a6f27b523e24dc0e6d702649eea33dad995a876 100644 (file)
@@ -23,6 +23,7 @@ public:
        string getCommandName()                 { return "mantel";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
+       string getCitation() { return "Sokal, R. R., & Rohlf, F. J. (1995). Biometry, 3rd edn. New York: Freeman. http://www.mothur.org/wiki/Mantel"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }