From ea9d3b281046ab1099e01d86e881f0fa7af9a6c9 Mon Sep 17 00:00:00 2001 From: Julian Libiseller-Egger Date: Tue, 30 Jul 2024 11:28:26 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91dc2a9..6202d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [v1.2.0] ### Added - Logging to file for artic commands (`{barcode}.artic.log.txt`) - `--override_basecaller_cfg` parameter for cases where automatic basecall model detection fails or users wish to override the automatic choice diff --git a/nextflow.config b/nextflow.config index e4105ad..24273b1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -69,7 +69,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.1.0' + version = 'v1.2.0' } epi2melabs {