Skip to content

Commit

Permalink
add container = 'quay.io/nextflow/bash'
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Jan 30, 2024
1 parent e707166 commit 66ba3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.gallery.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test_file_quilt = 'quilt+s3://nf-core-gallery#package=nf-core/hlatyping&path=REA
myFileChannel = Channel.fromList([file(test_file_s3), file(test_file_quilt)])

process CHECK_INPUT {
container = 'quay.io/nextflow/bash'
input:
path input

Expand Down

0 comments on commit 66ba3ea

Please sign in to comment.