From 33fcb63d1b1de0a599504c419bc11b4bc17912e8 Mon Sep 17 00:00:00 2001 From: Matt Parker Date: Thu, 26 Oct 2023 12:14:29 +0000 Subject: [PATCH] CW-2969 - sed tmp writing --- CHANGELOG.md | 3 ++- nextflow.config | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c0fe4..d760c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). -## [unreleased] +## [v0.3.32] ### Fixed - reporting of sequence summaries crashing with `TypeError` +- sed error when writing to tmp ## [v0.3.31] ### Changed diff --git a/nextflow.config b/nextflow.config index f1262d7..8304feb 100644 --- a/nextflow.config +++ b/nextflow.config @@ -58,8 +58,8 @@ params { "--scheme_name 'SARS-CoV-2'", "--scheme_version 'Midnight-ONT/V3'" ] - common_sha = "sha91452ece4f647f62b32dac3a614635a6f0d7f8b5" - container_sha = 'shaa5485f2d1c9085c23b266273556a4ce01e5e0dd9' + common_sha = 'sha91452ece4f647f62b32dac3a614635a6f0d7f8b5' + container_sha = 'sha6e8c02f120faf92b4e61e1d0797d71210aaec20b' nextclade_sha = 'shae56aff3b5b498b8cb950993692f914033397f8da' pangolin_sha = 'shae304dd3bc308a519f26908eb9d5ffa7686131d17' } @@ -72,7 +72,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 = 'v0.3.31' + version = 'v0.3.32' } epi2melabs {