]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
fixed id match
[mothur.git] / subsamplecommand.cpp
index a055e81a1a1f6228ee069ad38760868c7cbaf082..73c1e5c76c48db67f0676ebb4a409aa0660b241d 100644 (file)
@@ -1146,7 +1146,7 @@ int SubSampleCommand::processList(ListVector*& list, ofstream& out, set<string>&
                                        individual += binnames[j];
                                }
                        }
-                       if (subset.count(individual) != 0) {  newNames += individual;  }
+                       if (subset.count(individual) != 0) {  newNames += individual + ",";  }
                        
                        
                        //if there are names in this bin add to new list