Can't access input variable in publishDir #2813
-
Hi. I get the following error when I run this process. I would like to get my results published inside a patient/ directory: No such variable: patient I can't figure out where this is failing. Am running Nextflow version 21.10.6. Thanks.
|
Beta Was this translation helpful? Give feedback.
Answered by
bentsherman
Jul 14, 2022
Replies: 1 comment 1 reply
-
Does it work if you use a closure? publishDir { patient }, mode: "copy" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bentsherman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it work if you use a closure?