X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.h;fp=distancecommand.h;h=bac5d14946a591a3a3990637dcf21f492c027ae3;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=81267d1604ca2ba2a4551b2520cc6eeee7182a0f;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/distancecommand.h b/distancecommand.h index 81267d1..bac5d14 100644 --- a/distancecommand.h +++ b/distancecommand.h @@ -29,7 +29,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); 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"; } - + string getDescription() { return "calculate the pairwaise distances between aligned sequences"; } + int execute(); void help() { m->mothurOut(getHelpString()); }