Skip to content

Commit

Permalink
Merge pull request #57 from nf-core/bump-amber-version
Browse files Browse the repository at this point in the history
Bump AMBER to 4.0.1
  • Loading branch information
scwatts authored Jun 7, 2024
2 parents b5c1daf + 9c81e3e commit 6c0fbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/amber/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process AMBER {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/hmftools-amber:4.0--hdfd78af_0' :
'biocontainers/hmftools-amber:4.0--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/hmftools-amber:4.0.1--hdfd78af_0' :
'biocontainers/hmftools-amber:4.0.1--hdfd78af_0' }"

input:
tuple val(meta), path(tumor_bam), path(normal_bam), path(tumor_bai), path(normal_bai)
Expand Down

0 comments on commit 6c0fbb6

Please sign in to comment.