]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.cpp
testing mpi
[mothur.git] / getseqscommand.cpp
index 7535e65ed39065f3a5788c07a6a2e0580f576aaa..f40c89b3fb3eff837729bc203055d11ef1a3c5a5 100644 (file)
@@ -277,10 +277,13 @@ int GetSeqsCommand::readList(){
                                }
                        
                                //get last name
-                               if (names.count(binnames) == 1) {  newNames += binnames;  }
+                               if (names.count(binnames) == 1) {  newNames += binnames + ",";  }
 
                                //if there are names in this bin add to new list
-                               if (newNames != "") {  newList.push_back(newNames);     }
+                               if (newNames != "") { 
+                                       newNames = newNames.substr(0, newNames.length()-1); //rip off extra comma
+                                       newList.push_back(newNames);    
+                               }
                        }
                                
                        //print new listvector