Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix quoting issues when passing complex apptainer args to spawned jobs #2898

Merged
merged 4 commits into from
May 27, 2024

Conversation

johanneskoester
Copy link
Contributor

@johanneskoester johanneskoester commented May 27, 2024

Fixes #2808 and #2872 by using base64 encoding when passing apptainer args to spawned jobs.

QC

  • The PR contains a test case for the changes or the changes are already covered by an existing test case.
  • The documentation (docs/) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).

Copy link

sonarcloud bot commented May 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@johanneskoester johanneskoester merged commit b07e2e0 into main May 27, 2024
35 checks passed
@johanneskoester johanneskoester deleted the fix/apptainer-args branch May 27, 2024 11:52
johanneskoester pushed a commit that referenced this pull request May 27, 2024
🤖 I have created a release *beep* *boop*
---


##
[8.12.0](v8.11.6...v8.12.0)
(2024-05-27)


### Features

* Include parameters in extended benchmarks
([#2887](#2887))
([31a9c9b](31a9c9b))


### Bug Fixes

* fix corner case bug in input function exception handling
([#2895](#2895))
([fc24292](fc24292))
* fix quoting issues when passing complex apptainer args to spawned jobs
([#2898](#2898))
([b07e2e0](b07e2e0))
* properly restrict scheduler if --jobs/-j is used (in contrast to
--cores) in local execution
([#2897](#2897))
([6a276bb](6a276bb))
* typo in workflow specific profile default location
([#2878](#2878))
([74627d3](74627d3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Snakemake 8.9.0 on a singularity slurm cluster combination error
1 participant