Skip to content

Commit

Permalink
added mising input parameter for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gipohl committed Feb 6, 2024
1 parent 6daa929 commit 848eda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/02_star.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ process STAR {

input:
tuple val(name), file(fastq1), file(fastq2)
val(reference)

output:
tuple val("${name}"), file("${name}.bam"), emit: bams
Expand Down

0 comments on commit 848eda9

Please sign in to comment.