Skip to content

Commit

Permalink
fix input channel cardinality
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Apr 2, 2024
1 parent d5910ec commit fc1c527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/mirdeep2_run.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ process MIRDEEP2_RUN {
input:
path(fasta)
tuple path(reads), path(arf)
tuple val(meta2), path(hairpin)
tuple val(meta2), path(mature)
path(hairpin)
path(mature)

output:
path 'result*.{bed,csv,html}', emit: result
Expand Down

0 comments on commit fc1c527

Please sign in to comment.