Skip to content

scbs 0.4.0 - lower memory requirements

Compare
Choose a tag to compare
@LKremer LKremer released this 22 Jul 14:56
· 90 commits to master since this release

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.