Skip to content

Commit

Permalink
Merge pull request #46 from nf-core/bump-sambamba-version
Browse files Browse the repository at this point in the history
Bump Sambamba to 1.0.1
  • Loading branch information
scwatts authored May 29, 2024
2 parents 2f33d9e + ab9518b commit 31be68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/local/sambamba/merge/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::sambamba=1.0
- bioconda::sambamba=1.0.1
4 changes: 2 additions & 2 deletions modules/local/sambamba/merge/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 31be68d

Please sign in to comment.