From: pschloss Date: Fri, 31 Dec 2010 16:42:32 +0000 (+0000) Subject: added shhh.seqs command X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=136158a07155d3484f9318b553c38e57405f9a3d added shhh.seqs command --- diff --git a/mothur b/mothur index 9feafa6..90a4275 100755 Binary files a/mothur and b/mothur differ diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 24301a2..224d3ce 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -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(); }