From 0db7e90746a5471ee3534ef8cca93908e3e2431a Mon Sep 17 00:00:00 2001 From: Bede Constantinides Date: Mon, 16 Sep 2024 10:29:12 +0000 Subject: [PATCH] Bump checksums, version, and changelog [CW-4936] --- CHANGELOG.md | 4 +++- nextflow.config | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cb86a..610af76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ 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). -## [Unreleased] +## [v1.1.3] ### Fixed - Updated recommended (32GB) and minimum (16GB, with `--assembly false`) memory requirements. +### Changed +- Reconcile workflow with wf-template v5.2.6. ## [v1.1.2] ### Changed diff --git a/nextflow.config b/nextflow.config index 433b830..de387ce 100644 --- a/nextflow.config +++ b/nextflow.config @@ -36,8 +36,8 @@ params { "--fastq 'wf-mpx-demo/fastq/barcode01'", ] agent = null - container_sha = "sha22fc487196cad3768c9287fec8bf8524431d01a4" - common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986" + container_sha = "shafa214788fd4f669b899696b36b9d9c56e2f9a267" + common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158" medaka_sha = "sha3486abaab0d3b90351617eb8622acf2028edb154" nextclade_sha = "shab67652b34e898ec8dea18d0953a0b06b10466f76" } @@ -50,7 +50,7 @@ manifest { description = 'Mpox metagenomics assembly.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.1.2' + version = 'v1.1.3' } epi2melabs {