We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a shell block instead of a script block, I get the following lint error:
shell
script
when: condition has too many lines
which is probably a parsing bug.
nf-core modules lint sratools/prefetch # On current PR so not state of master.
nf-core, version 2.4.dev0
The text was updated successfully, but these errors were encountered:
See nf-core/modules#1631 and the failing lint action.
Sorry, something went wrong.
Module linting: recognise 'shell' block.
479a71d
Means that we properly exit out of the 'when' block when 'shell' is used instead of 'script'. Fixes nf-core#1557
ewels
No branches or pull requests
Description of the bug
When using a
shell
block instead of ascript
block, I get the following lint error:which is probably a parsing bug.
Command used and terminal output
nf-core modules lint sratools/prefetch # On current PR so not state of master.
System information
nf-core, version 2.4.dev0
The text was updated successfully, but these errors were encountered: