Skip to content
Snippets Groups Projects
Verified Commit 7101af2c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

emase-zero: fix channel cardiality

parent e94feb6f
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ workflow count {
main:
tr2g(gtf, channel.of(["NO T2G", ""]))
bam2ec(bam, gtf)
emase(bam2ec.out.bin, bam2ec.out.tsv, tr2g.out.t2g)
bam2ec(bam, gtf.collect())
emase(bam2ec.out.bin, bam2ec.out.tsv.collect(), tr2g.out.t2g.collect())
emit:
count: emase.count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment