]> git.donarmstrong.com Git - mothur.git/commitdiff
fixed trim.seqs weird characters thing
authorwestcott <westcott>
Wed, 22 Dec 2010 14:58:11 +0000 (14:58 +0000)
committerwestcott <westcott>
Wed, 22 Dec 2010 14:58:11 +0000 (14:58 +0000)
mothur
trimseqscommand.cpp

diff --git a/mothur b/mothur
index 8cfb18cb92ad4398f654ae4650360722d0dc3d41..537b967d01a7f345109cf8f9342ffc9ea2a1268f 100755 (executable)
Binary files a/mothur and b/mothur differ
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());