]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
added count.seqs command and made some modifcations to the uchime code to allow it...
[mothur.git] / unifracunweightedcommand.h
index f462d51f9b5b7022d61b0a521f2526475350b034..415279c9b2adad30f95a11eeef309d9d3fd3b802 100644 (file)
@@ -28,6 +28,7 @@ class UnifracUnweightedCommand : public Command {
                string getCommandName()                 { return "unifrac.unweighted";          }
                string getCommandCategory()             { return "Hypothesis Testing";          }
                string getHelpString(); 
+               string getCitation() { return "Lozupone C, Knight R (2005). UniFrac: a new phylogenetic method for comparing microbial communities. Appl Environ Microbiol 71: 8228-35. \nhttp://www.mothur.org/wiki/Unifrac.unweighted"; }
        
                int execute();
                void help() { m->mothurOut(getHelpString()); }