]> git.donarmstrong.com Git - mothur.git/blobdiff - pcoacommand.h
added citation function to commands
[mothur.git] / pcoacommand.h
index ea4d2b381e8c5b60a3d7006e51d128dda72081bb..d9aa270320999d4e5f35e68b1525746ec78e3ae4 100644 (file)
@@ -26,6 +26,7 @@ public:
        string getCommandName()                 { return "pcoa";                                        }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Pcoa"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }