Skip to content

Releases: snakemake/snakemake-storage-plugin-fs

v1.1.2

15 May 08:13
55fe634
Compare
Choose a tag to compare

1.1.2 (2025-03-27)

Documentation

  • update prefix setting description (6971446)

v1.1.1

26 Mar 09:04
7dffbb1
Compare
Choose a tag to compare

1.1.1 (2025-03-21)

Bug Fixes

  • trying to clarify usage of remotly used env vars (#30) (ef89d0e)

v1.1.0

20 Mar 11:43
afbe945
Compare
Choose a tag to compare

1.1.0 (2025-03-20)

Features

  • on demand retrieval (via symlinking) in case input is annotated as on-demand eligible by Snakemake (e.g. because of sequential access being annotated by the developer (#32) (e69267c)

Bug Fixes

  • adapt to interface version 4.0 (fc6f499)
  • proper use of relpath to define symlink (2295f7f)

v1.0.6

19 Aug 16:42
fce5468
Compare
Choose a tag to compare

1.0.6 (2024-08-16)

Bug Fixes

  • clean up target path upon storage in order to avoid merges of directories (#25) (5a9bd27)

v1.0.5

04 Jul 14:56
0143cdd
Compare
Choose a tag to compare

1.0.5 (2024-07-04)

Bug Fixes

  • fix touch and retrieval of mtime for directories (#20) (898d367)

v1.0.4

25 Apr 07:34
ce81a30
Compare
Choose a tag to compare

1.0.4 (2024-04-25)

Bug Fixes

  • inherit ownership and permissions from "remote"/destination dir (289a739)

v1.0.3

17 Apr 11:42
5122e85
Compare
Choose a tag to compare

1.0.3 (2024-04-17)

Bug Fixes

  • fix query validation (used deprecated API) (9bbeaaa)

v1.0.2

16 Apr 15:09
5b902e9
Compare
Choose a tag to compare

1.0.2 (2024-04-16)

Miscellaneous Chores

v1.0.1

16 Apr 14:57
653b910
Compare
Choose a tag to compare

1.0.1 (2024-04-16)

Bug Fixes

  • do not consider URL-like queries as valid (bb0cd39)

v1.0.0

28 Feb 06:58
7b3043b
Compare
Choose a tag to compare

1.0.0 (2024-02-24)

⚠ BREAKING CHANGES

  • remove latency wait support as this should rather be handled in main Snakemake (as it is already done). The reason is that the plugin cannot distinguish between cases where latency has to be taken into accound and where not, leading to overall much slower processing when latency wait is applied regardless of the context. This introduces a breaking change because this plugin now does not offer any settings anymore. (#13)

Bug Fixes

  • remove latency wait support as this should rather be handled in main Snakemake (as it is already done). The reason is that the plugin cannot distinguish between cases where latency has to be taken into accound and where not, leading to overall much slower processing when latency wait is applied regardless of the context. This introduces a breaking change because this plugin now does not offer any settings anymore. (#13) (1c78d88)
  • respect permissions of the target dir, especially setgid (#11) (2132a5a)