]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhercommand.cpp
added shhh.seqs command
[mothur.git] / shhhercommand.cpp
index 24301a2c18b3decebd1a9c5a3954ffc96d57b90b..224d3ce77cde444c07c0d1ebc393e270228fa620 100644 (file)
@@ -1006,7 +1006,7 @@ void ShhherCommand::flowDistParentFork(string distFileName, int startSeq, int st
                m->mothurOut("\t" + toString((clock()-begClock)/CLOCKS_PER_SEC));
                m->mothurOutEndLine();
                
-               ofstream distFile((distFileName + "temp." + toString(pid)).c_str());
+               ofstream distFile(distFileName.c_str());
                distFile << outStream.str();            
                distFile.close();
        }