Releases: Snakemake-Profiles/lsf
Releases · Snakemake-Profiles/lsf
0.3.0 - 13/07/2022
0.2.0 - 28/05/2022
Added
- Default project in cookiecutter
- Cluster cancel (
--cluster-cancel) command (bkill)
Removed
- Default threads in cookiecutter
Changed
- Default project and queue will be removed from the submission command if they are present in the
lsf.yaml
Fixed
- Support quoted jobid from
snakemake>=v7.1.1[#45]
Version 0.1.2
Version 0.1.1
Added
- Support for complex quote-expansion via
shlex[#39] - Function docstrings in
lsf_config.pyfor documentation
Version 0.1.0
0.1.0 - 18/01/2021
Added
- Version tagging to allow for user notification of changes to functionality
Changed
- Parameters given in the config file are now deduplicated. For instance, if a default
for-qis given, and a rule specifies-qalso, the rule's value for-qis chosen.
Previously, parameters were just concatenated [#36]