]> git.donarmstrong.com Git - mothur.git/blobdiff - mantelcommand.h
added modify names parameter to set.dir
[mothur.git] / mantelcommand.h
index 0a2c4045960911c65c4ea43213c08add648663a6..33fa3ea21e91fa2663994947720080933fad3d61 100644 (file)
@@ -22,7 +22,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "mantel";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        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"; }