From ad68b1f1cd0cdc067f159cd2fc8f302ec6044735 Mon Sep 17 00:00:00 2001 From: Daniel-VM Date: Wed, 6 Nov 2024 13:07:42 +0100 Subject: [PATCH 1/2] fix dfast conda issue by updating version --- modules/local/dfast/environment.yml | 2 +- modules/local/dfast/main.nf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/local/dfast/environment.yml b/modules/local/dfast/environment.yml index f554259..f532ca2 100644 --- a/modules/local/dfast/environment.yml +++ b/modules/local/dfast/environment.yml @@ -4,4 +4,4 @@ channels: - bioconda - defaults dependencies: - - bioconda::dfast=1.2.20 + - bioconda::dfast=1.3.2 diff --git a/modules/local/dfast/main.nf b/modules/local/dfast/main.nf index 3d82b66..1dacc33 100644 --- a/modules/local/dfast/main.nf +++ b/modules/local/dfast/main.nf @@ -4,8 +4,8 @@ process DFAST { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/dfast:1.2.20--h43eeafb_0' : - 'biocontainers/dfast:1.2.20--h43eeafb_0' }" + 'https://depot.galaxyproject.org/singularity/dfast:1.3.2--h43eeafb_0' : + 'biocontainers/dfast:1.3.2--h43eeafb_0' }" input: tuple val(meta), path(fasta) From 0f7646a742a7fe470edd9a5b2cfd85943e5f8a7c Mon Sep 17 00:00:00 2001 From: Daniel-VM Date: Wed, 6 Nov 2024 13:50:50 +0100 Subject: [PATCH 2/2] update changelog in #183 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f160d6a..950287d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Fixed` +- [#183](https://github.com/nf-core/bacass/pull/183) Fix DFAST issue in conda environment by updating its version. - [#182](https://github.com/nf-core/bacass/pull/182) Uncommented required line to pass linting test in `--release` mode. - [#179](https://github.com/nf-core/bacass/pull/179) Fixed matrix.test_name in linting and missing features from template 3.0.2. - [#178](https://github.com/nf-core/bacass/pull/178) Fixed bakta running only for one sample.