diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbd0072ef..1e198fbd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#1151](https://github.com/nf-core/sarek/pull/1151) - Refactor codebase - [#1157](https://github.com/nf-core/sarek/pull/1157) - Move all vep args from `ext.args` to `params.vep_custom_args` to allow easier modifications +- [#1160](https://github.com/nf-core/sarek/pull/1160) - Updating tiddit to v3.6.1 ### Fixed diff --git a/modules.json b/modules.json index 53db751786..a90b2fea51 100644 --- a/modules.json +++ b/modules.json @@ -438,7 +438,7 @@ }, "tiddit/sv": { "branch": "master", - "git_sha": "911696ea0b62df80e900ef244d7867d177971f73", + "git_sha": "1c90a501d102b800c27697f5ef39a6e217ab1915", "installed_by": ["modules"] }, "untar": { diff --git a/modules/nf-core/tiddit/sv/main.nf b/modules/nf-core/tiddit/sv/main.nf index 1ebc8565f4..67a0670dbc 100644 --- a/modules/nf-core/tiddit/sv/main.nf +++ b/modules/nf-core/tiddit/sv/main.nf @@ -2,10 +2,10 @@ process TIDDIT_SV { tag "$meta.id" label 'process_medium' - conda "bioconda::tiddit=3.3.2" + conda "bioconda::tiddit=3.6.1" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/tiddit:3.3.2--py310hc2b7f4b_0' : - 'biocontainers/tiddit:3.3.2--py310hc2b7f4b_0' }" + 'https://depot.galaxyproject.org/singularity/tiddit:3.6.1--py38h24c8ff8_0' : + 'biocontainers/tiddit:3.6.1--py38h24c8ff8_0' }" input: tuple val(meta), path(input), path(input_index)