how to pass multimap variable to a named workflow? #4630
Unanswered
complexgenome
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi there,
I have a main.nf, that calls workflows based on user provided input. Each workflow then has a set of processes/modules that are executed.
I'd like to know how to pass a multi-map variable to a workflow.
I've structure as:
$ tree workflows/
$tree modules/
I've a main.nf as:
Inside wes and RNA I'm repeating split csv file code:
wes.nf
I've rna.nf as
At the. moment I have redundant code in WES and RNA workflow to read a CSV file and store.
How can I pass samples multi map to any workflow?
I tried to pass multi map variable but don't know, it didn't work; I accepted in input code block.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions