Skip to content

Commit

Permalink
Update container
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Jun 21, 2021
1 parent 554a738 commit 84280f9
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
Expand Up @@ -18,14 +18,14 @@ profiles {

docker {
docker.enabled = true
process.container = 'registry.gitlab.com/geneswitch/rnaseq:1.0.0'
process.container = 'registry.gitlab.com/geneswitch/rnaseq:1.0.2'
}

singularity {
singularity.enabled = true
singularity.autoMounts = true
singularity.pullTimeout = 2.h
process.container = 'registry.gitlab.com/geneswitch/rnaseq:1.0.0'
process.container = 'registry.gitlab.com/geneswitch/rnaseq:1.0.2'
}

test {
Expand Down

0 comments on commit 84280f9

Please sign in to comment.