diff --git a/modules/nf-core/smoothxg/environment.yml b/modules/nf-core/smoothxg/environment.yml index a837203d000..1e49e2cf889 100644 --- a/modules/nf-core/smoothxg/environment.yml +++ b/modules/nf-core/smoothxg/environment.yml @@ -2,4 +2,4 @@ channels: - conda-forge - bioconda dependencies: - - bioconda::smoothxg=0.7.2 + - bioconda::smoothxg=0.8.0 diff --git a/modules/nf-core/smoothxg/main.nf b/modules/nf-core/smoothxg/main.nf index 191e14cd1e5..e22060d60e7 100644 --- a/modules/nf-core/smoothxg/main.nf +++ b/modules/nf-core/smoothxg/main.nf @@ -4,8 +4,8 @@ process SMOOTHXG { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/smoothxg:0.7.2--h40c17d1_0' : - 'biocontainers/smoothxg:0.7.2--h40c17d1_0' }" + 'https://depot.galaxyproject.org/singularity/smoothxg:0.8.0--h40c17d1_0' : + 'biocontainers/smoothxg:0.8.0--h40c17d1_0' }" input: tuple val(meta), path(gfa)