Skip to content

Commit

Permalink
bump ensembl-vep to 110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jul 21, 2023
1 parent f2f4883 commit 299317e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/ensemblvep/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ENSEMBLVEP_DOWNLOAD {
tag "$meta.id"
label 'process_medium'

conda "bioconda::ensembl-vep=109.3"
conda "bioconda::ensembl-vep=110.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ensembl-vep:109.3--pl5321h2a3209d_1' :
'biocontainers/ensembl-vep:109.3--pl5321h2a3209d_1' }"
'https://depot.galaxyproject.org/singularity/ensembl-vep:110.0--pl5321h2a3209d_0' :
'biocontainers/ensembl-vep:110.0--pl5321h2a3209d_0' }"

input:
tuple val(meta), val(assembly), val(species), val(cache_version)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/ensemblvep/vep/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ENSEMBLVEP_VEP {
tag "$meta.id"
label 'process_medium'

conda "bioconda::ensembl-vep=109.3"
conda "bioconda::ensembl-vep=110.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ensembl-vep:109.3--pl5321h2a3209d_1' :
'biocontainers/ensembl-vep:109.3--pl5321h2a3209d_1' }"
'https://depot.galaxyproject.org/singularity/ensembl-vep:110.0--pl5321h2a3209d_0' :
'biocontainers/ensembl-vep:110.0--pl5321h2a3209d_0' }"

input:
tuple val(meta), path(vcf), path(custom_extra_files)
Expand Down

0 comments on commit 299317e

Please sign in to comment.