Skip to content

Commit

Permalink
nextflow.config: Update version to 2.6.0 and docker checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Jun 22, 2024
1 parent 0f0ab89 commit f4fc1b5
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 @@ -5,7 +5,7 @@ manifest {
description = 'Long-read AAV Analysis'
mainScript = 'main.nf'
nextflowVersion = '>=24.02'
version = 'v2.5.0'
version = 'v2.6.0'
}

params {
Expand All @@ -32,7 +32,7 @@ params {
// Hosted Docker containers
container_repo = 'ghcr.io/formbio'
// use ':latest' for testing
container_version = '@sha256:ad2e6aa7249a712d28027617e3075a492e9a81a0c49dc50cd83d209a4ed98df8'
container_version = '@sha256:64729c9a04e946cdbf277cf3312b5d0841e1e4f118e3f5ff8c2cb1e2ff813c19'
}

process {
Expand Down

0 comments on commit f4fc1b5

Please sign in to comment.