]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.cpp
changed normalize.shared and sub.sample commands to fix bug in normalize.shared and...
[mothur.git] / sharedcommand.cpp
index 040fad846245c4c275a016391cf179eb64b763e1..2928214c2e671e366553439504c4e78d572a1f1b 100644 (file)
@@ -531,6 +531,7 @@ int SharedCommand::eliminateZeroOTUS(vector<SharedRAbundVector*>& thislookup) {
                                for (int j = 0; j < thislookup.size(); j++) {
                                        newLookup[j]->push_back(thislookup[j]->getAbundance(i), thislookup[j]->getGroup());
                                }
+                               //if there is a bin label use it otherwise make one
                        }
                        //else{  cout << "bin # " << i << " is all zeros" << endl;  }
                }