You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add this snippet to your `conf/modules.config` file (using the `params` scope) to call the `seqtk/trim` tool with the argument `-b 5` to trim 5 bp from the left end of each read:
The params scope can not be used with withName, like described.
If the block is added to the process scope, the code works well (as it should, like mentioned two paragraphs further up).
The text was updated successfully, but these errors were encountered:
I think the following suggests the usage of the wrong scope:
training/docs/hello_nextflow/09_hello_nf-core.md
Line 784 in a0d86f0
The
params
scope can not be used withwithName
, like described.If the block is added to the
process
scope, the code works well (as it should, like mentioned two paragraphs further up).The text was updated successfully, but these errors were encountered: