X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getmetacommunitycommand.h;h=65e5770fdc7c9bc8f4b594fd884f523e4387e40c;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=2264c87b9af87c5f3363f5774116ff95bb691b8f;hpb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178;p=mothur.git diff --git a/getmetacommunitycommand.h b/getmetacommunitycommand.h index 2264c87..65e5770 100644 --- a/getmetacommunitycommand.h +++ b/getmetacommunitycommand.h @@ -28,8 +28,8 @@ public: string getOutputPattern(string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Get.metacommunity"; } - string getDescription() { return "brief description"; } + string getCitation() { return "Holmes I, Harris K, Quince C (2012) Dirichlet Multinomial Mixtures: Generative Models for Microbial Metagenomics. PLoS ONE 7(2): e30126. doi:10.1371/journal.pone.0030126 http://www.mothur.org/wiki/Get.metacommunity"; } + string getDescription() { return "Assigns samples to bins using a Dirichlet multinomial mixture model"; } int execute(); void help() { m->mothurOut(getHelpString()); }