Skip to content

Commit

Permalink
use new version of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed May 15, 2023
1 parent 707beff commit e2071e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ profiles {
docker {
process {
withLabel: py {
container = "qfobenchmark/python:2022.0.1"
container = "qfobenchmark/python:2022.0.2"
}
}

process {
withLabel: darwin {
container = "qfobenchmark/darwin:2022.0.1"
container = "qfobenchmark/darwin:2022.0.2"
}
}

Expand All @@ -28,11 +28,11 @@ profiles {
singularity {
process {
withLabel: py {
container = "qfobenchmark/python:2022.0.1"
container = "qfobenchmark/python:2022.0.2"
}

withLabel: darwin {
container = "qfobenchmark/darwin:2022.0.1"
container = "qfobenchmark/darwin:2022.0.2"
}
}
singularity.enabled = true
Expand Down

0 comments on commit e2071e3

Please sign in to comment.