diff --git a/CHANGELOG.md b/CHANGELOG.md index c261951..18f2bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index 33c6784..9f66b3e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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' } @@ -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 {