Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Jul 21, 2024
1 parent df3c53a commit 36beb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

manifest {
name = 'imputation-panels'
version = 'v0.1.0'
version = 'v0.1.1'
description = 'Create refereence panels for Michigan Imputation Server'
author = 'Sebastian Schönherr & Lukas Forer'
homePage = 'https://github.com/seppinho/imputation-panels'
Expand All @@ -21,7 +21,7 @@ params {
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }

process.container = 'quay.io/genepi/imputation-panels:v0.1.0'
process.container = 'quay.io/genepi/imputation-panels:v0.1.1'
docker.enabled = true
docker.userEmulation = true
singularity.enabled = false
Expand Down

0 comments on commit 36beb15

Please sign in to comment.