diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe1c26..8c767b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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). +## [v0.3.27] +### Added +- Configuration for running demo data in AWS + ## [v0.3.26] ### Changed - `--basecall_cfg` is now used to determine a suitable Medaka model, alternatively provide the name of a model with `--medaka_variant_model` to override automatic selection @@ -335,4 +339,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basic running of Artic workflow and reporting. - diff --git a/nextflow.config b/nextflow.config index 176d9db..587257a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -71,7 +71,7 @@ manifest { description = 'Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.' mainScript = 'main.nf' nextflowVersion = '>=20.10.0' - version = 'v0.3.26' + version = 'v0.3.27' } epi2melabs {