Releases: BEFH/snakemake-executor-plugin-lsf
Releases · BEFH/snakemake-executor-plugin-lsf
Version 0.2.6
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
What's Changed
Bugfixes:
- Detect Job ID even if on second line of submission message
Version 0.2.4
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
What's Changed
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
What's Changed
- fix: always request total needed memory, as snakemake seems to count as single process by @dlaehnemann in #4
New Contributors
- @dlaehnemann made their first contribution in #4
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
Initial release