diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d71502..078e0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [v1.1.2] +### Fixed +- "Can only use .dt accessor with datetimelike values" error in makeReport +- "invalid literal for int() with base 10" error in makeReport +### Changed +- Bump to wf-metagenomics v2.9.2 + + ## [v1.1.1] ### Changed - Bump to wf-metagenomics v2.9.1 diff --git a/nextflow.config b/nextflow.config index bf349ff..b3fc110 100644 --- a/nextflow.config +++ b/nextflow.config @@ -102,7 +102,7 @@ params { ] agent = null container_sha = "sha44a6dacff5f2001d917b774647bb4cbc1b53bc76" - common_sha = "sha1c5febff9f75143710826498b093d9769a5edbb9" + common_sha = "shaa17469f05b9753f7e63525d2826202b73f475e6c" } } @@ -114,7 +114,7 @@ manifest { description = 'Identification of the origin of single reads from 16S/ITS amplicon sequencing.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.1.1' + version = 'v1.1.2' } diff --git a/wf-metagenomics b/wf-metagenomics index 441c081..488019f 160000 --- a/wf-metagenomics +++ b/wf-metagenomics @@ -1 +1 @@ -Subproject commit 441c0818931bb5a1bd73b6460e6d7dac2643684f +Subproject commit 488019f1b4e7ae7960b4cc8a7f4efd2447478b2a