]> git.donarmstrong.com Git - mothur.git/commitdiff
added shhh.seqs command
authorpschloss <pschloss>
Fri, 31 Dec 2010 16:42:32 +0000 (16:42 +0000)
committerpschloss <pschloss>
Fri, 31 Dec 2010 16:42:32 +0000 (16:42 +0000)
mothur
shhhercommand.cpp

diff --git a/mothur b/mothur
index 9feafa6ce8149074822fb2a5fd70c16fa5477311..90a4275202b2cc20ab12e3ee783fc7f91e9322bb 100755 (executable)
Binary files a/mothur and b/mothur differ
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();
        }