-
Hello, I have a problem injecting nextflow variable through a R script into a process script block. And then the module :
I think that I don't have the proper method to inject / define the variable "qc_stat" . Can you point me what I do wrong ? Because my final excel print correctly but is empty. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
nbargues
Oct 29, 2024
Replies: 1 comment
-
I have found the right shebang. It's the syntax for R code : "${stat}" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nbargues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found the right shebang. It's the syntax for R code : "${stat}"