Skip to content

Releases: Wytamma/snk

Version 0.22.1

30 Jan 13:49
Compare
Choose a tag to compare
  • Improve snk list cli
  • Minor updates

Full Changelog: v0.22.0...v0.22.1

Version 0.22.0

30 Jan 03:32
Compare
Choose a tag to compare

✨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

Version 0.21.2

29 Jan 05:21
Compare
Choose a tag to compare

Minor updates and fixes

Full Changelog: v0.21.1...v0.21.2

Version 0.21.1

28 Jan 12:54
Compare
Choose a tag to compare

🐛 fix bug in environment subcommand
⬆️ Bump snakemake to < 8

Full Changelog: v0.21.0...v0.21.1

Version 0.21.0

28 Jan 09:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.21.0

Version 0.20.1

25 Jan 10:15
Compare
Choose a tag to compare
  • 🐛 fix bug in profile show

Full Changelog: v0.20.0...v0.20.1

Version 0.20.0

18 Jan 07:02
Compare
Choose a tag to compare

🐛 check if option is passed via cli (solves #56)
✅ Add more tests

Full Changelog: v0.19.1...v0.20.0

Version 0.19.1

17 Jan 14:09
Compare
Choose a tag to compare

🐛 fix bug in version displayed

Full Changelog: v0.19.0...v0.19.1

Version 0.19.0

17 Jan 13:03
Compare
Choose a tag to compare

✨ 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

17 Jan 01:42
Compare
Choose a tag to compare

Full Changelog: v0.17.2...v0.18.0