X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimseqscommand.cpp;h=9fc3abb8422341e755a1e54da38453002cf01dce;hb=15cde0905641f8adddc1cc704f8c064f760e7461;hp=992626113bfffd8c103b7ee91cc20a81d229f7eb;hpb=9e7ab1ea64bb83492c7dd921abd7dd897abd7544;p=mothur.git 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());