Skip to content

Releases: snakemake/snakemake

v8.10.6

04 Apr 20:42
b3c1dd4
Compare
Choose a tag to compare

8.10.6 (2024-04-04)

Bug Fixes

  • only constrain by --max-threads if threads of job are already known (#2790) (5f28fcd)

v8.10.5

04 Apr 20:05
a996659
Compare
Choose a tag to compare

8.10.5 (2024-04-04)

Bug Fixes

  • properly delete local copies of storage files after remote jobs (#2793) (e3362b0)
  • respect APPTAINER_CACHEDIR and allow env variables in --apptainer-prefix and --conda-prefix (#2795) (b1694cd)

v8.10.4

27 Mar 20:47
4199482
Compare
Choose a tag to compare

8.10.4 (2024-03-27)

Documentation

v8.10.3

27 Mar 20:22
8ce1f0e
Compare
Choose a tag to compare

8.10.3 (2024-03-27)

Documentation

v8.10.2

26 Mar 21:55
9e07213
Compare
Choose a tag to compare

8.10.2 (2024-03-26)

Bug Fixes

  • remove default packages from conda envs (#2749) (027906c)
  • use base64 encoding for passing default resources args to jobs (#2780) (4735bc3)

v8.10.1

26 Mar 17:16
a5c0140
Compare
Choose a tag to compare

8.10.1 (2024-03-26)

Bug Fixes

  • passing of --set-threads values to remote jobs (#2775) (4fd767a)
  • use base64 encoding when passing resources and threads to remote jobs (this solves issues with complex quoted resources) (#2778) (a8ee4d8)

v8.10.0

22 Mar 13:40
d99b3a0
Compare
Choose a tag to compare

8.10.0 (2024-03-22)

Features

  • expose ResourceSettings in TestWorkflowsBase (#2770) (e7c323b)

v8.9.0

19 Mar 09:58
1a9515a
Compare
Choose a tag to compare

8.9.0 (2024-03-18)

Features

  • add function 'exists' for checking the prior existence of files or dirs before workflow execution while considering any remote storage settings. In addition: some bug fixes for error handling and the update/before_update functionality. (ee96393)

v8.8.0

15 Mar 15:51
6f53d4b
Compare
Choose a tag to compare

8.8.0 (2024-03-15)

Features

Bug Fixes

  • various error handling improvements, fixed logging/error behavior (stdout from dryrun, stderr otherwise) (#2759) (d0d1f48)

v8.7.0

13 Mar 15:17
05ee812
Compare
Choose a tag to compare

8.7.0 (2024-03-13)

Features

  • add flag for marking output as being updated instead of rewritten (update("test.txt")) (#2754) (9ba5d95)
  • allow default storage provider to be explicitly set to none (#2746) (ce519d7)