Skip to content

Commit

Permalink
Merge branch 'CW-4936' into 'dev'
Browse files Browse the repository at this point in the history
Bump checksums, version, and changelog [CW-4936]

See merge request epi2melabs/workflows/wf-artic!169
  • Loading branch information
bede committed Sep 16, 2024
2 parents 8a668e5 + c9a9d8a commit 21a482f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.2.2]
### Changed
- Reconcile workflow with wf-template v5.2.6

## [v1.2.1]
### Changed
- Reconcile workflow with wf-template v5.2.5
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ params {
"--scheme_name 'SARS-CoV-2'",
"--scheme_version 'Midnight-ONT/V3'"
]
common_sha = 'shae58638742cf84dbeeec683ba24bcdee67f64b986'
container_sha = 'sha15e9dfa0469ddd0641dfe1a5f07bedb475a8a03d'
common_sha = 'shad28e55140f75a68f59bbecc74e880aeab16ab158'
container_sha = 'sha21d0682f5f67b0378de70765c50f06f0aa32ecee'
pangolin_sha = 'shae304dd3bc308a519f26908eb9d5ffa7686131d17'
nextclade3_sha = 'sha6913f7b3db54356e74fd984933278a66b0c1f286'
}
Expand All @@ -70,7 +70,7 @@ manifest {
description = 'Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.2.1'
version = 'v1.2.2'
}

epi2melabs {
Expand Down

0 comments on commit 21a482f

Please sign in to comment.