Skip to content

Commit

Permalink
container 'ubuntu:20.04'
Browse files Browse the repository at this point in the history
Doh. Already in main.nf
  • Loading branch information
drernie committed Jan 30, 2024
1 parent 66ba3ea commit 9acbaf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.gallery.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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'
container 'ubuntu:20.04'
input:
path input

Expand Down
1 change: 0 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ packageFiles = Channel.fromPath(params.input)

process transfer {
publishDir params.outdir, mode: 'copy', overwrite: true

container 'ubuntu:20.04'

input:
Expand Down
1 change: 1 addition & 0 deletions main.path.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test_file_quilt = 'quilt+s3://quilt-example#package=examples/hurdat2&path=README
myFileChannel = Channel.fromList([file(test_file_local), file(test_file_s3), file(test_file_quilt)])

process CHECK_INPUT {
container 'ubuntu:20.04'
input:
path input

Expand Down

0 comments on commit 9acbaf8

Please sign in to comment.