Skip to content

Commit

Permalink
Update Genmod to 3.8.3 (#6736)
Browse files Browse the repository at this point in the history
* Updated genmod to 3.8.3

* Fixed typos in version
  • Loading branch information
Schmytzi authored Oct 4, 2024
1 parent e6c055a commit 55692e1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/genmod/annotate/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::genmod=3.8.2
- bioconda::genmod=3.8.3
4 changes: 2 additions & 2 deletions modules/nf-core/genmod/annotate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process GENMOD_ANNOTATE {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/genmod:3.8.2--pyhdfd78af_0':
'biocontainers/genmod:3.8.2--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/genmod:3.8.3--pyhdfd78af_0':
'biocontainers/genmod:3.8.3--pyhdfd78af_0' }"

input:
tuple val(meta), path(input_vcf)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/genmod/compound/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::genmod=3.8.2
- bioconda::genmod=3.8.3
4 changes: 2 additions & 2 deletions modules/nf-core/genmod/compound/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process GENMOD_COMPOUND {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/genmod:3.8.2--pyhdfd78af_0':
'biocontainers/genmod:3.8.2--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/genmod:3.8.3--pyhdfd78af_0':
'biocontainers/genmod:3.8.3--pyhdfd78af_0' }"

input:
tuple val(meta), path(input_vcf)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/genmod/models/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::genmod=3.8.2
- bioconda::genmod=3.8.3
4 changes: 2 additions & 2 deletions modules/nf-core/genmod/models/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process GENMOD_MODELS {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/genmod:3.8.2--pyhdfd78af_0':
'biocontainers/genmod:3.8.2--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/genmod:3.8.3--pyhdfd78af_0':
'biocontainers/genmod:3.8.3--pyhdfd78af_0' }"

input:
tuple val(meta), path(input_vcf)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/genmod/score/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::genmod=3.8.2
- bioconda::genmod=3.8.3
4 changes: 2 additions & 2 deletions modules/nf-core/genmod/score/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process GENMOD_SCORE {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/genmod:3.8.2--pyhdfd78af_0':
'biocontainers/genmod:3.8.2--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/genmod:3.8.3--pyhdfd78af_0':
'biocontainers/genmod:3.8.3--pyhdfd78af_0' }"

input:
tuple val(meta), path(input_vcf)
Expand Down

0 comments on commit 55692e1

Please sign in to comment.