Skip to content

Conversation

@madhavajay
Copy link
Contributor

printf '%q' is a bash-specific feature but containers use /bin/sh. The filename from Nextflow staging is already safe to use directly.

Fixed in:

  • examples/apol1/apol1-classifier/workflow.nf
  • examples/brca/brca-classifier/workflow.nf
  • examples/thalassemia/thalassemia-classifier/workflow.nf
  • python/src/bioscript/biovault.py (workflow generator template)

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

printf '%q' is a bash-specific feature but containers use /bin/sh.
The filename from Nextflow staging is already safe to use directly.

Fixed in:
- examples/apol1/apol1-classifier/workflow.nf
- examples/brca/brca-classifier/workflow.nf
- examples/thalassemia/thalassemia-classifier/workflow.nf
- python/src/bioscript/biovault.py (workflow generator template)
@madhavajay madhavajay merged commit f77a224 into main Jan 21, 2026
10 checks passed
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.

2 participants