X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=libshuffcommand.h;fp=libshuffcommand.h;h=96e68f39b7caee9f369a2068ac6e7519cadfef45;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=25b128157b7fb6ba9a3382542cf353bd2ab74473;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/libshuffcommand.h b/libshuffcommand.h index 25b1281..96e68f3 100644 --- a/libshuffcommand.h +++ b/libshuffcommand.h @@ -27,7 +27,7 @@ public: string getCommandName() { return "libshuff"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Libshuff"; } + string getCitation() { return "Singleton DR, Furlong MA, Rathbun SL, Whitman WB (2001). Quantitative comparisons of 16S rRNA gene sequence libraries from environmental samples. Appl Environ Microbiol 67: 4374-6. \nSchloss PD, Larget BR, Handelsman J (2004). Integration of microbial ecology and statistics: a test to compare gene libraries. Appl Environ Microbiol 70: 5485-92. \nhttp://www.mothur.org/wiki/Libshuff"; } int execute(); void help() { m->mothurOut(getHelpString()); }