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

emase-zero.nf: change cardinality of the inputs

parent 86af07f9
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ workflow count { ...@@ -17,8 +17,8 @@ workflow count {
main: main:
g2tr(gtf) g2tr(gtf)
fasta_to_transcripts_lengths(fasta) fasta_to_transcripts_lengths(fasta)
bam2ec(bam_idx, fasta_to_transcripts_lengths.out.tsv) bam2ec(bam_idx, fasta_to_transcripts_lengths.out.tsv.collect())
emase(bam2ec.out.bin, fasta, bam2ec.out.tsv, g2tr.out.g2t) emase(bam2ec.out.bin, fasta.collect(), bam2ec.out.tsv, g2tr.out.g2t.collect())
emit: emit:
count = emase.out.count count = emase.out.count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment