diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ff508..ad370bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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). +## [[3.3.10](https://github.com/CFIA-NCFAD/nf-flu/releases/tag/3.3.10)] - 2024-05-31 + +Fix MultiQC report generation due to module filter paths not working like in v1.12. + +### Software Updates + +* multiqc: `1.21` -> `1.22.1` + +### Changes + +* test: add `tests/run-nanopore-test.sh` to conveniently run Nanopore test locally + ## [[3.3.9](https://github.com/CFIA-NCFAD/nf-flu/releases/tag/3.3.9)] - 2024-05-30 Long overdue software updates release. diff --git a/nextflow.config b/nextflow.config index ebb27dc..b188483 100644 --- a/nextflow.config +++ b/nextflow.config @@ -151,7 +151,7 @@ manifest { description = 'Influenza A virus genome assembly pipeline' homePage = 'https://github.com/CFIA-NCFAD/nf-flu' author = 'Peter Kruczkiewicz, Hai Nguyen' - version = '3.3.9' + version = '3.3.10' nextflowVersion = '!>=22.10.1' mainScript = 'main.nf' doi = '10.5281/zenodo.7011213'