]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
fixed trim.seqs weird characters thing
[mothur.git] / trimseqscommand.cpp
index 992626113bfffd8c103b7ee91cc20a81d229f7eb..9fc3abb8422341e755a1e54da38453002cf01dce 100644 (file)
@@ -743,7 +743,8 @@ int TrimSeqsCommand::createProcessesCreateTrim(string filename, string qFileName
                
                //append files
                for(int i=0;i<processIDS.size();i++){
-                       m->mothurOut("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());