Releases: MemVerge/snakemake-float
Releases · MemVerge/snakemake-float
v0.3.0
What's Changed
Added
- Added
max-cpu-factor
,max-mem-factor
to the templatesnakemake-float.yaml
file - Added directory permissions snippets to the cloud init. script
Deprecated
- The cluster default for
retries
has been set to 0 now to make the retry behavior more transparent to the user.
PRs
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Added
- Added parameters
max-cpu-factor
,max-mem-factor
to match the user experience provided by nf-float - Added
--customTag
so that the jobs are bundled into a workflow on MM Cloud OpCentre - Added
container-init-snakemake-fsx-efs.sh
for container initialization on MM Cloud OpCentre
Fixed
- Removed a
match
statement fromfloat_utils.py
to support Python 3.9 - Fixed an issue where job memory was not correctly assigned if the pipeline specified
mem_gb
instead ofmem_mib
- Fixed an issue where job submission failed due to very low memory requirement compared to the number of required vCPUs
- Fixed an issue where
--conda-prefix
was ignored and/memverge/.snakemake
was force specified as the prefix
Deprecated
data-volumes
is no longer a required parameter.
Dependencies
- Snakemake==7
- Python>=3.9
PRs
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/MemVerge/snakemake-float/commits/v0.1.0