X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensusseqscommand.cpp;h=94d66827068338c9b254f8e3aa30d9ec65301db9;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=4c7aefb340602efffa969b2612568299cbf1865b;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git diff --git a/consensusseqscommand.cpp b/consensusseqscommand.cpp index 4c7aefb..94d6682 100644 --- a/consensusseqscommand.cpp +++ b/consensusseqscommand.cpp @@ -66,7 +66,7 @@ string ConsensusSeqsCommand::getOutputFileNameTag(string type, string inputName= else { if (type == "fasta") { outputFileName = "cons.fasta"; } else if (type == "name") { outputFileName = "cons.names"; } - else if (type == "count") { outputFileName = "cons.count.table"; } + else if (type == "count") { outputFileName = "cons.count_table"; } else if (type == "summary") { outputFileName = "cons.summary"; } else { m->mothurOut("[ERROR]: No definition for type " + type + " output file tag.\n"); m->control_pressed = true; } }