X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deconvolutecommand.cpp;h=90a40ce8e86dbe6a6e3cba8cb9d070de374805cc;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=b6f71c826066114849acfc04b5130e09e876462f;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index b6f71c8..90a40ce 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -57,7 +57,7 @@ string DeconvoluteCommand::getOutputFileNameTag(string type, string inputName="" else { if (type == "fasta") { outputFileName = "unique" + m->getExtension(inputName); } else if (type == "name") { outputFileName = "names"; } - else if (type == "count") { outputFileName = "count.table"; } + else if (type == "count") { outputFileName = "count_table"; } else { m->mothurOut("[ERROR]: No definition for type " + type + " output file tag.\n"); m->control_pressed = true; } } return outputFileName;