]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.h
captured stdout from system command, fixed bug in trim.seqs added error checks for...
[mothur.git] / metastatscommand.h
index 1380444dc25e4b0ade5afc240acb2c942b6abd57..04c344375b65d33796d2544eff9dd1c2b61fda07 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "metastats";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "White JR, Nagarajan N, Pop M (2009). Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5: e1000352. \nhttp://www.mothur.org/wiki/Metastats"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }