]> git.donarmstrong.com Git - mothur.git/blobdiff - pcacommand.h
working on citations
[mothur.git] / pcacommand.h
index 9b4a881cb181823a58fcfa9c7962ca561e394346..f139214d6b1c0e0ac526e3df484b0168674a3f05 100644 (file)
@@ -26,7 +26,7 @@ public:
        string getCommandName()                 { return "pca";                                 }
        string getCommandCategory()             { return "Hypothesis Testing";  }
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Pca"; }
+       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/Pca"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }