]> git.donarmstrong.com Git - mothur.git/blobdiff - mantelcommand.h
added command descriptions
[mothur.git] / mantelcommand.h
index 5b2fe6f347b5090991b7f1c83cb5a534e6c0c7f1..adffda857c4e4aa64ceb38c502f011d7ecefed2e 100644 (file)
@@ -24,7 +24,8 @@ public:
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
        string getCitation() { return "McCune B, Grace JB, Urban DL (2002). Analysis of ecological communities. MjM Software Design: Gleneden Beach, OR. \nLegendre P, Legendre L (1998). Numerical Ecology. Elsevier: New York. \nhttp://www.mothur.org/wiki/Mantel"; }
-       
+       string getDescription()         { return "mantel"; }
+
        int execute();
        void help() { m->mothurOut(getHelpString()); }