Replies: 1 comment 9 replies
-
What are you trying to do with the curly braces after the process call? It is treated as a fourth argument, as if you had written this: SCEVAN(
ch_seurat_object,
ch_notebook_scevan,
ch_page_config,
{
ext.args = // ...
}
) |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a nf pipeline that performs CNV calling in nextflow. In my mind I am correctly declaring all input channels but I still keep getting error of "Process
test_CNV:SCEVAN
declares 3 input channels but 4 were specified"I am sharing the files, I would really appreciate if I can get some guidance/help
main.nf
subworkflow/local/test_CNV.nf
Beta Was this translation helpful? Give feedback.
All reactions