only one chromosome is being processed from channel of 24 #4108
Closed
complexgenome
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to run lancet variant caller for all chromosomes I am providing through a channel.
I've two scripts: main.nf and lancet.nf
main.nf
lancet.nf
nextflow.config:
Only one file is created. Or it prints only one chromosome.
If I hard code in a separate file, write a code block pass a chromosome channel then 24 (1-22,X, Y) are processed.
How do I fix it?
Beta Was this translation helpful? Give feedback.
All reactions