Skip to content

Commit

Permalink
Merge pull request #58 from nf-core/bump-sage-version
Browse files Browse the repository at this point in the history
Bump SAGE to 3.4.4
  • Loading branch information
scwatts authored Jun 12, 2024
2 parents 6c0fbb6 + 15a9810 commit 66ce9be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/local/sage/append/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SAGE_APPEND {

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

input:
tuple val(meta), path(vcf), path(bam), path(bai)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/sage/germline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SAGE_GERMLINE {

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

input:
tuple val(meta), path(tumor_bam), path(normal_bam), path(tumor_bai), path(normal_bai)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/sage/somatic/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ process SAGE_SOMATIC {

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

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

0 comments on commit 66ce9be

Please sign in to comment.