Releases: Wytamma/snk
Version 0.22.1
- Improve
snk list
cli - Minor updates
Full Changelog: v0.22.0...v0.22.1
Version 0.22.0
✨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.
✅ Improved testing
Better testing of environment commands.
Full Changelog: v0.21.2...v0.22.0
Version 0.21.2
Minor updates and fixes
Full Changelog: v0.21.1...v0.21.2
Version 0.21.1
🐛 fix bug in environment subcommand
⬆️ Bump snakemake to < 8
Full Changelog: v0.21.0...v0.21.1
Version 0.21.0
What's Changed
- 🚚 rename pipeline to workflow by @Wytamma in #61
- 💥 remove 3.7 support
- ✨ add validate function
Full Changelog: v0.20.1...v0.21.0
Version 0.20.1
- 🐛 fix bug in profile show
Full Changelog: v0.20.0...v0.20.1
Version 0.20.0
🐛 check if option is passed via cli (solves #56)
✅ Add more tests
Full Changelog: v0.19.1...v0.20.0
Version 0.19.1
🐛 fix bug in version displayed
Full Changelog: v0.19.0...v0.19.1
Version 0.19.0
✨ Add --no-conda
flag to snk install
➖ Renamed snk config param conda_required
to conda
(--use-conda
flag will only be passed if conda: True
and conda
is available).
Full Changelog: v0.18.0...v0.19.0
Version 0.18.0
- 🐛 Pin pulp to <2.8 (#57 & snakemake/snakemake#2607)
- 🎨 consistent cli help
Full Changelog: v0.17.2...v0.18.0