Skip to content

Version 0.22.0

Compare
Choose a tag to compare
@Wytamma Wytamma released this 30 Jan 03:32
· 213 commits to master since this release

✨Create conda envs in parallel

A snakemake workflow that uses a lot of conda envs can take a long time to install as each env is created sequentially. Now running <workflow-name> env create will create all the conda envs in parallel (up to --workers at a time, defaults to number of cores). Single envs can be create with <workflow-name> env create <env-name>.

✨List commands now return tables

Running <workflow-name> env list/<workflow-name> profile list/<workflow-name> script list will now return a rich table.
Screenshot 2024-01-30 at 2 24 31 pm

✅ Improved testing

Better testing of environment commands.

Full Changelog: v0.21.2...v0.22.0