X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getmetacommunitycommand.h;h=d7b163e93f1003fdb0dcd73bdb5984de2eee208b;hp=2264c87b9af87c5f3363f5774116ff95bb691b8f;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178 diff --git a/getmetacommunitycommand.h b/getmetacommunitycommand.h index 2264c87..d7b163e 100644 --- a/getmetacommunitycommand.h +++ b/getmetacommunitycommand.h @@ -22,14 +22,14 @@ public: ~GetMetaCommunityCommand(){} vector setParameters(); - string getCommandName() { return "get.metacommunity"; } + string getCommandName() { return "get.communitytype"; } string getCommandCategory() { return "OTU-Based Approaches"; } 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.communitytype"; } + string getDescription() { return "Assigns samples to bins using a Dirichlet multinomial mixture model"; } int execute(); void help() { m->mothurOut(getHelpString()); }