Skip to content

Commit

Permalink
bump workflow to container 2022.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Jan 3, 2023
1 parent e2f215e commit 06ebc17
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:2020.2.1"
container = "qfobenchmark/python:2022.0"
}
}

process {
withLabel: darwin {
container = "qfobenchmark/darwin:2020.2.1"
container = "qfobenchmark/darwin:2022.0"
}
}

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

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

0 comments on commit 06ebc17

Please sign in to comment.