Skip to content

v8.29.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 11:23
beb9915

8.29.0 (2025-02-27)

Features

  • provide mechanism to link between report items (snakemake.report_href, see docs) (#3224) (a024e60)
  • toggles for binary labels in report (#3296) (7690998)

Bug Fixes

  • add missing @conda annotations (#3298) (0b541cc)
  • properly handle remote storage when waiting for pipes (#3317) (9f7e092)
  • provide proper error messages if output file preparation (pipe, mkdir) fails (#3309) (77ef176)
  • record file extension (e.g. .tsv) in between workflow cache records in order to avoid that files of the wrong format are erroneously returned by the cache. This will lead to some cache misses. But avoiding errors induced by the previous behavior of ignoring file extensions when seeking for cache records is more important. (#3314) (4912f00)
  • sort results lexicographically by labels in their order of appearance (#3293) (a19a0ac)

Documentation