]> git.donarmstrong.com Git - mothur.git/blobdiff - mantelcommand.h
fix to summary.tax for 1.28.0
[mothur.git] / mantelcommand.h
index 5b2fe6f347b5090991b7f1c83cb5a534e6c0c7f1..644d9b21ded9302bc8be1eff6b011b17fec278ac 100644 (file)
@@ -22,9 +22,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "mantel";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
+       string getOutputFileNameTag(string, string);
        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’s test for correlation between matrices"; }
+
        int execute();
        void help() { m->mothurOut(getHelpString()); }