X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getmetacommunitycommand.h;h=d7b163e93f1003fdb0dcd73bdb5984de2eee208b;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=65e5770fdc7c9bc8f4b594fd884f523e4387e40c;hpb=ace98dda2bb2e1cffd6755fb8a27e5080af66f2b;p=mothur.git diff --git a/getmetacommunitycommand.h b/getmetacommunitycommand.h index 65e5770..d7b163e 100644 --- a/getmetacommunitycommand.h +++ b/getmetacommunitycommand.h @@ -22,13 +22,13 @@ 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 "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 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();