diff --git a/modules/local/sambamba/merge/environment.yml b/modules/local/sambamba/merge/environment.yml index e98f53f9..1e158af2 100644 --- a/modules/local/sambamba/merge/environment.yml +++ b/modules/local/sambamba/merge/environment.yml @@ -4,4 +4,4 @@ channels: - bioconda - defaults dependencies: - - bioconda::sambamba=1.0 + - bioconda::sambamba=1.0.1 diff --git a/modules/local/sambamba/merge/main.nf b/modules/local/sambamba/merge/main.nf index 08e8c2af..b8b3828f 100644 --- a/modules/local/sambamba/merge/main.nf +++ b/modules/local/sambamba/merge/main.nf @@ -3,8 +3,8 @@ process SAMBAMBA_MERGE { label 'process_medium' container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/sambamba:1.0--h98b6b92_0' : - 'biocontainers/sambamba:1.0--h98b6b92_0' }" + 'https://depot.galaxyproject.org/singularity/sambamba:1.0.1--h6f6fda4_0' : + 'biocontainers/sambamba:1.0.1--h6f6fda4_0' }" input: tuple val(meta), path(bams)