X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergesfffilecommand.cpp;h=a7a9c499259ec8f8adb5d02eb3903754590d7d78;hb=a89c6295ae9a35fcaaab7fa50dcb68360dd543b0;hp=f417ddebe1d8f69b073102d375ed8a9c6c2ac25b;hpb=b206f634aae1b4ce13978d203247fb64757d5482;p=mothur.git diff --git a/mergesfffilecommand.cpp b/mergesfffilecommand.cpp index f417dde..a7a9c49 100644 --- a/mergesfffilecommand.cpp +++ b/mergesfffilecommand.cpp @@ -220,7 +220,7 @@ int MergeSfffilesCommand::execute(){ if (outputDir == "") { thisOutputDir += m->hasPath(outputFile); } variables["[filename]"] = thisOutputDir + m->getSimpleName(outputFile); outputFile = getOutputFileName("sff",variables); - m->openOutputFile(outputFile, out); + m->openOutputFileBinary(outputFile, out); outputNames.push_back(outputFile); outputTypes["sff"].push_back(outputFile); outputFileHeader = outputFile + ".headers"; numTotalReads = 0;