scbs 0.4.0 - lower memory requirements
This is a performance update that lowers the amount of RAM required by scbs prepare
. Instead of scipy.sparse.tocsr()
we now use a custom conversion algorithm that reads each chromosome in chunks, instead of loading the whole chromosome into memory.