From 6e9d1acd16a4d468e2e6e547242a902892b9ff76 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 2 Mar 2023 09:24:15 +0100 Subject: [PATCH 1/2] change 2.4.2 to 2.5.0 --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c89b6f2..0df376d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## nf-core/ampliseq version 2.4.2 - 2023-03-01 +## nf-core/ampliseq version 2.5.0 - 2023-03-02 ### `Added` diff --git a/nextflow.config b/nextflow.config index 4363ceef..5f4ae444 100644 --- a/nextflow.config +++ b/nextflow.config @@ -260,7 +260,7 @@ manifest { description = """Amplicon sequencing analysis workflow using DADA2 and QIIME2""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '2.4.2' + version = '2.5.0' doi = '10.3389/fmicb.2020.550420' } From 4419cc500aa3e55c93d04f837ea773f9c9ef639a Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 2 Mar 2023 09:24:41 +0100 Subject: [PATCH 2/2] random tab --- workflows/ampliseq.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/ampliseq.nf b/workflows/ampliseq.nf index fec7f153..864d0802 100644 --- a/workflows/ampliseq.nf +++ b/workflows/ampliseq.nf @@ -617,7 +617,7 @@ workflow AMPLISEQ { if ( params.sbdiexport ) { SBDIEXPORT ( ch_dada2_asv, ch_dada2_tax, ch_metadata ) ch_versions = ch_versions.mix(SBDIEXPORT.out.versions.first()) - SBDIEXPORTREANNOTATE ( ch_dada2_tax, ch_barrnapsummary ) + SBDIEXPORTREANNOTATE ( ch_dada2_tax, ch_barrnapsummary ) } CUSTOM_DUMPSOFTWAREVERSIONS (