]> git.donarmstrong.com Git - mothur.git/blobdiff - pcoacommand.h
added command descriptions
[mothur.git] / pcoacommand.h
index 5b84d48cfa913f8b640646c272c1c90ec340bd58..3d24f6a97f799f1c8627ef40d5dbec888da51dc6 100644 (file)
@@ -27,7 +27,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/Pcoa"; }
-       
+       string getDescription()         { return "pcoa"; }
+
        int execute();
        void help() { m->mothurOut(getHelpString()); }