Skip to content

Releases: snakemake/snakemake

v8.4.9

18 Feb 08:41
8e10bfe
Compare
Choose a tag to compare

8.4.9 (2024-02-15)

Bug Fixes

Documentation

  • added Mastodon follow label with just 'Follow' similar to X (#2692) (7e36496)

v8.4.8

09 Feb 16:32
74db8e5
Compare
Choose a tag to compare

8.4.8 (2024-02-09)

Bug Fixes

  • fix bug causing FileNotFoundError when accessing checkpoint output. (c81954d)
  • Fix collect-lookup attribute error (#2687) (e39c74c)
  • Fixed plot axis label on report (#2683) (a4c2a03)

v8.4.7

07 Feb 13:16
42b50a6
Compare
Choose a tag to compare

8.4.7 (2024-02-07)

Documentation

  • improve branch function docs (e9d1a11)

v8.4.6

06 Feb 20:37
6f345d3
Compare
Choose a tag to compare

8.4.6 (2024-02-06)

Bug Fixes

  • fix missing storage information when handling already completed checkpoints. This solves a bug causing failure to retrieve storage files in workflows with checkpoints. (5791c60)

v8.4.5

06 Feb 18:35
1ae5143
Compare
Choose a tag to compare

8.4.5 (2024-02-06)

Bug Fixes

  • for local execution, always unrestrictedly assume shared FS (#2679) (0bee50b)
  • support list of queries for storage provider (#2674) (d53ef92)
  • use default container image if nothing is provided (#2677) (109c991)

v8.4.4

05 Feb 14:53
805dd0c
Compare
Choose a tag to compare

8.4.4 (2024-02-05)

Bug Fixes

  • fixed bug in handling of resource overrides for remote job submission (5c06dd6)
  • output of rulegraph, closes #2656 (#2671) (f9b9110)
  • SyntaxWarning due to invalid escape sequences in non-raw regex pattern string (#2670) (3748d9d)

v8.4.3

02 Feb 10:51
5a3ff9e
Compare
Choose a tag to compare

8.4.3 (2024-02-02)

Bug Fixes

  • Do not scheduler execution message if no jobs are ready (b1c4f47)
  • fix string resource definition in CLI and profile (#2627) (bbd76ae)
  • if report files are within storage, retrieve them from storage before loading into report (60041bd)

v8.4.2

30 Jan 17:35
3b51201
Compare
Choose a tag to compare

8.4.2 (2024-01-30)

Bug Fixes

  • allow lookup dpath or query to be a callable (33f1637)
  • fix error when passing callable as dpath or query of lookup function (0e5b878)

v8.4.1

30 Jan 09:54
dda5eb8
Compare
Choose a tag to compare

8.4.1 (2024-01-30)

Fixes

  • fixed resource handling in profiles

v8.4.0

29 Jan 10:23
b6ebd02
Compare
Choose a tag to compare

8.4.0 (2024-01-29)

Features

  • add cols argument to lookup function; fix various minor bugs on cluster systems (#2651) (ca7a602)

Bug Fixes