diff --git a/CHANGELOG.md b/CHANGELOG.md index e470bda..4cef88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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). +## [0.3.3] - 2025-02-11 + +- Updated the build of the arborator container in order to update the `genomic_address_service` dependency to [version 0.1.4](https://github.com/phac-nml/genomic_address_service/releases/tag/0.1.4). + ## [0.3.2] - 2025-01-15 - Updated the build of the arborator container in order to update the `genomic_address_service` dependency to [version 0.1.3](https://github.com/phac-nml/genomic_address_service/releases/tag/0.1.3), which fixes an issue with branch lengths in Newick files [PR 27](https://github.com/phac-nml/arboratornf/pull/27). diff --git a/modules/local/arborator/main.nf b/modules/local/arborator/main.nf index 496852e..19b85b6 100644 --- a/modules/local/arborator/main.nf +++ b/modules/local/arborator/main.nf @@ -8,8 +8,8 @@ process ARBORATOR { label 'process_high' container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/arborator%3A1.0.0--pyhdfd78af_2' : - 'biocontainers/arborator:1.0.0--pyhdfd78af_2' }" + 'https://depot.galaxyproject.org/singularity/arborator%3A1.0.0--pyhdfd78af_3' : + 'biocontainers/arborator:1.0.0--pyhdfd78af_3' }" input: path merged_profiles // The allelic profiles diff --git a/nextflow.config b/nextflow.config index 754b2c4..33b7687 100644 --- a/nextflow.config +++ b/nextflow.config @@ -214,7 +214,7 @@ manifest { description = """Arborator: Genomic Profile Clustering and Summary""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '0.3.2' + version = '0.3.3' doi = '' defaultBranch = 'main' }