Skip to content

Commit

Permalink
Update workflow version to 3.0 and docker sha256 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Oct 24, 2024
1 parent 6b4aec1 commit 79eaf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.0'
version = 'v3.0.0'
}

params {
Expand Down Expand Up @@ -39,7 +39,7 @@ params {
// Hosted Docker containers
container_repo = 'ghcr.io/formbio'
// use ':latest' for testing
container_version = '@sha256:64729c9a04e946cdbf277cf3312b5d0841e1e4f118e3f5ff8c2cb1e2ff813c19'
container_version = '@sha256:1f422e0f7a79999b77656c3f0b2d3977be22f02692706dbd73115c780bccd97f'
}

process {
Expand Down
2 changes: 1 addition & 1 deletion workflows/laava/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schema": "v3",
"id": "laava",
"title": "formbio/laava",
"workflowVersion": "v2.6.0",
"workflowVersion": "v3.0.0",
"displayName": "LAAVA: Long-read AAV Analysis",
"description": "Perform standard analysis of AAV long-read sequencing data.",
"type": "object",
Expand Down

0 comments on commit 79eaf54

Please sign in to comment.