X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.h;h=9dea351250b7c7550a1071ca3189051345245d01;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=91f0ed50b3003345454690b7aecc049c449854d8;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/distancecommand.h b/distancecommand.h index 91f0ed5..9dea351 100644 --- a/distancecommand.h +++ b/distancecommand.h @@ -178,6 +178,7 @@ public: vector setParameters(); string getCommandName() { return "dist.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); 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"; }