Skip to content

Commit

Permalink
update workflow to use 2022.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Jan 20, 2023
1 parent ba4c08a commit 63f91ea
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"
container = "qfobenchmark/python:2022.0.1"
}
}

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

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

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

0 comments on commit 63f91ea

Please sign in to comment.