Closed jimrybarski closed 4 years ago
analyze.assemble_operons() currently loads every Operon object into memory before it begins to yield them. On our current dataset this is pushing 270 GB. A simple change would reduce this to a few kB.
analyze.assemble_operons()
Operon
analyze.assemble_operons()
currently loads everyOperon
object into memory before it begins to yield them. On our current dataset this is pushing 270 GB. A simple change would reduce this to a few kB.