]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
added shared file type to get.groups and remove.groups
[mothur.git] / subsamplecommand.cpp
index e365441d69bfeebc826bff13f3be4728ae54a264..e22bfdeee61af9b179b5ec5af4254157494b9d56 100644 (file)
@@ -1539,7 +1539,7 @@ int SubSampleCommand::eliminateZeroOTUS(vector<SharedRAbundVector*>& thislookup)
                                        newLookup[j]->push_back(thislookup[j]->getAbundance(i), thislookup[j]->getGroup());
                                }
                                //if there is a bin label use it otherwise make one
-                               string binLabel = "Otu" + (i+1);
+                               string binLabel = "Otu" + toString(i+1);
                                if (i < m->currentBinLabels.size()) {  binLabel = m->currentBinLabels[i]; }
                                
                                newBinLabels.push_back(binLabel);