Snk

Latest version: v0.31.1

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 14

0.22.3

✨ [Allow pass SnkConfig to CLI](https://github.com/Wytamma/snk/commit/287b202cfcbca10e5c430844e7350b089f75be4b)
This means that you can create a cli without a `snk.yaml` by passing a `SnkConfig` class to `snk.CLI`.
🎨 [ logging to stderr](https://github.com/Wytamma/snk/commit/bfcc18d6e3bdc991842d5504e57e4d6808cbb525)
Logging defaults to stderr.

**Full Changelog**: https://github.com/Wytamma/snk/compare/v0.22.2...v0.22.3

0.22.2

✨added `additional_snakemake_args` to snk config: A list of additional arguments to pass to snakemake.

**Full Changelog**: https://github.com/Wytamma/snk/compare/v0.22.1...v0.22.2

0.22.1

- Improve `snk list` cli
- Minor updates

**Full Changelog**: https://github.com/Wytamma/snk/compare/v0.22.0...v0.22.1

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.
<img width="556" alt="Screenshot 2024-01-30 at 2 24 31 pm" src="https://github.com/Wytamma/snk/assets/13726005/4d3ef19b-bf47-49e6-b4fa-02a7adebf77b">

✅ Improved testing
Better testing of environment commands.

**Full Changelog**: https://github.com/Wytamma/snk/compare/v0.21.2...v0.22.0

0.21.2

Minor updates and fixes

**Full Changelog**: https://github.com/Wytamma/snk/compare/v0.21.1...v0.21.2

0.21.1

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

**Full Changelog**: https://github.com/Wytamma/snk/compare/v0.21.0...v0.21.1

Page 4 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.