Skip to content

Commit

Permalink
Merge pull request #26 from nf-core/bump-sage-version
Browse files Browse the repository at this point in the history
Bump SAGE to 3.4.3
  • Loading branch information
scwatts committed May 10, 2024
2 parents efe5185 + c02df3e commit bb86c80
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/local/sage/append/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::hmftools-sage=3.4=hdfd78af_1
- bioconda::hmftools-sage=3.4.3
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--hdfd78af_1' :
'biocontainers/hmftools-sage:3.4--hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/hmftools-sage:3.4.3--hdfd78af_0' :
'biocontainers/hmftools-sage:3.4.3--hdfd78af_0' }"

input:
tuple val(meta), path(vcf), path(bam), path(bai)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/germline/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::hmftools-sage=3.4=hdfd78af_1
- bioconda::hmftools-sage=3.4.3
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--hdfd78af_1' :
'biocontainers/hmftools-sage:3.4--hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/hmftools-sage:3.4.3--hdfd78af_0' :
'biocontainers/hmftools-sage:3.4.3--hdfd78af_0' }"

input:
tuple val(meta), path(tumor_bam), path(normal_bam), path(tumor_bai), path(normal_bai)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/somatic/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::hmftools-sage=3.4=hdfd78af_1
- bioconda::hmftools-sage=3.4.3
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--hdfd78af_1' :
'biocontainers/hmftools-sage:3.4--hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/hmftools-sage:3.4.3--hdfd78af_0' :
'biocontainers/hmftools-sage:3.4.3--hdfd78af_0' }"

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

0 comments on commit bb86c80

Please sign in to comment.