biopython / biopython.github.io

Source of biopython.org website, migrated from MediaWiki
biopython.org
154 stars 284 forks source link

Update Split_large_file.md #194

Closed eporetsky closed 1 year ago

eporetsky commented 1 year ago

Currently, the last batch is not yielded by the batch_iterator function. After the for-loop is done iterating, yield the last batch if it has any entries. Hope that I got it right!

peterjc commented 1 year ago

Thank you!