BodenmillerGroup / steinbock

A toolkit for processing multiplexed tissue images
https://bodenmillergroup.github.io/steinbock
MIT License
49 stars 14 forks source link

Enable memory mapping by default #171

Open jwindhager opened 1 year ago

jwindhager commented 1 year ago

Currently, the default behavior is --no-mmap (default=False) for commands that support memory mapping. Maybe we should consider changing this to --mmap (default=True), or to make the default behavior configurable using an environment variable (e.g. default=bool(os.environ.get("STEINBOCK_MMAP", False)))?