Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly set params in bash scripts (#3188)
<!--Add a description of your PR here--> This PR tweaks the Bash script test to trigger the bug raised in #3187 ### QC <!-- Make sure that you can tick the boxes below. --> * [x] 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). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Tests** - Enhanced error handling in the script with improved shell options. - Added a conditional test to validate parameters before executing existing commands. - Updated input parameter in the `bash` rule for clarity without affecting functionality. - **New Features** - Improved parameter handling in the Bash script generation process for enhanced functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: coderabbitai[bot] <136622811 coderabbitai[bot]@users.noreply.github.com>
- Loading branch information