X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;fp=mgclustercommand.cpp;h=477450475d479eb4308d9c2503086b9d7c03b051;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=dd98b3764884f5c50009d8e9e7422a71681d94c1;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6;p=mothur.git diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index dd98b37..4774504 100644 --- a/mgclustercommand.cpp +++ b/mgclustercommand.cpp @@ -268,7 +268,9 @@ int MGClusterCommand::execute(){ string sabundFileName = fileroot+ tag + "." + getOutputFileNameTag("sabund"); string rabundFileName = fileroot+ tag + "." + getOutputFileNameTag("rabund"); - string listFileName = fileroot+ tag + "." + getOutputFileNameTag("list"); + string listFileName = fileroot+ tag + "."; + if (countfile != "") { listFileName += "unique_"; } + listFileName += getOutputFileNameTag("list"); if (countfile == "") { m->openOutputFile(sabundFileName, sabundFile);