Skip to content

Releases: BEFH/snakemake-executor-plugin-lsf

Version 0.2.6

03 Jun 14:46
0a20db9
Compare
Choose a tag to compare

What's Changed

Bugfixes:

  • fix: create jobname with wildcards of all jobs in job groups by @dlaehnemann in #8

Full Changelog: v0.2.5...v0.2.6

Version 0.2.5

17 May 01:12
Compare
Choose a tag to compare

What's Changed

Bugfixes:

  • Detect Job ID even if on second line of submission message

Version 0.2.4

23 Apr 20:37
bbdf7c7
Compare
Choose a tag to compare

What's Changed

Bugfixes:

  • Snakemake 7 -> 8 conversion script tolerates rules with no runtime and always returns int runtime in minutes or string runtime with unit

Version 0.2.3

22 Mar 14:07
9766c9c
Compare
Choose a tag to compare

What's Changed

  • fix: flexible mem behavior by @BEFH in #6

Bugfixes:

  • Revert to per-core memory allocations by default
  • Add environment variable to switch to per-job allocations

Features:

  • Update documentation

Full Changelog: v0.2.2...v0.2.3a

Version 0.2.2

13 Mar 17:54
12a67a0
Compare
Choose a tag to compare

What's Changed

  • fix: always request total needed memory, as snakemake seems to count as single process by @dlaehnemann in #4

New Contributors

Full Changelog: v0.2.1...v0.2.2

Version 0.2.1

12 Mar 00:08
Compare
Choose a tag to compare

Initial release