From e24b09600b94a9400f8454fea8ef2f81c63c82ab Mon Sep 17 00:00:00 2001 From: Andrea Talenti Date: Tue, 23 Jan 2024 14:58:25 +0000 Subject: [PATCH] Bump up version and fix AWS docker image --- CHANGELOG.md | 2 +- nextflow.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1103316..63b5616 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.10.0] ### Added - Clair3 4.3.0 models. diff --git a/nextflow.config b/nextflow.config index f38fe1f..7f61dd9 100755 --- a/nextflow.config +++ b/nextflow.config @@ -142,7 +142,7 @@ manifest { description = 'SNV calling, SV calling, modified base calling, CNV calling, and STR genotyping of human samples.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = '1.9.2' + version = '1.10.0' } epi2melabs { @@ -230,7 +230,7 @@ profiles { container = { "${params.aws_image_prefix}-${params.wf.name}:${params.wf.e2l_base_tag}" } } withLabel:wf_human_snp { - container = { "${params.aws_image_prefix}-wf-human-variation-snp:${params.wf.e2l_snp_tag}-root" } + container = { "${params.aws_image_prefix}-wf-human-variation-snp:${params.wf.e2l_snp_tag}" } } withLabel:wf_human_sv { container = { "${params.aws_image_prefix}-wf-human-variation-sv:${params.wf.e2l_sv_tag}-root" }