X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.h;fp=distancecommand.h;h=81267d1604ca2ba2a4551b2520cc6eeee7182a0f;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=71eac7d24a63ec27a4e918c3e57484e391a89889;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/distancecommand.h b/distancecommand.h index 71eac7d..81267d1 100644 --- a/distancecommand.h +++ b/distancecommand.h @@ -28,7 +28,7 @@ public: string getCommandName() { return "dist.seqs"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Dist.seqs"; } + string getCitation() { return "Schloss PD (2010). The effects of alignment quality, distance calculation method, sequence filtering, and region on the analysis of 16S rRNA gene-based studies. PLoS Comput Biol 6: e1000844. \nhttp://www.mothur.org/wiki/Dist.seqs"; } int execute(); void help() { m->mothurOut(getHelpString()); }