How to handle the input and output file path in process exec block? #5407
Unanswered
wangzhichao1990
asked this question in
Q&A
Replies: 1 comment
-
There is an old issue about this but I can't find it. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Nextflow, exec blocks are a special construct that allows you to run a script directly in the process using Groovy code, but unlike the script block, it does not automatically stage files into the process execution directory.
Is it better to avoid using file paths in the exec block?
Beta Was this translation helpful? Give feedback.
All reactions