From: westcott Date: Wed, 22 Dec 2010 14:58:11 +0000 (+0000) Subject: fixed trim.seqs weird characters thing X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=15cde0905641f8adddc1cc704f8c064f760e7461 fixed trim.seqs weird characters thing --- diff --git a/mothur b/mothur index 8cfb18c..537b967 100755 Binary files a/mothur and b/mothur differ diff --git a/trimseqscommand.cpp b/trimseqscommand.cpp index 9926261..9fc3abb 100644 --- a/trimseqscommand.cpp +++ b/trimseqscommand.cpp @@ -743,7 +743,8 @@ int TrimSeqsCommand::createProcessesCreateTrim(string filename, string qFileName //append files for(int i=0;imothurOut("Appending files from process " + processIDS[i]); m->mothurOutEndLine(); + + m->mothurOut("Appending files from process " + toString(processIDS[i])); m->mothurOutEndLine(); m->appendFiles((trimFile + toString(processIDS[i]) + ".temp"), trimFile); remove((trimFile + toString(processIDS[i]) + ".temp").c_str());