Skip to content

Commit

Permalink
Extending grovvy linting exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed Feb 15, 2024
1 parent 8251657 commit ff984dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/input_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ workflow INPUT_CHECK {
main:
samplesheet
.splitCsv(header:true, sep:',')
.map { fastq_channel_from_hash(it) }
.map { dh ->
fastq_channel_from_hash(dh)
}
.set { reads }

emit:
Expand Down

0 comments on commit ff984dc

Please sign in to comment.