mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Same version on conda and in the dockerfile (#1791)
This commit is contained in:
parent
f32dc15414
commit
757c20c8eb
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ process ENSEMBLVEP {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::ensembl-vep=104.3" : null)
|
||||
conda (params.enable_conda ? "bioconda::ensembl-vep=105.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/ensembl-vep:104.3--pl5262h4a94de4_0' :
|
||||
'quay.io/biocontainers/ensembl-vep:104.3--pl5262h4a94de4_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/ensembl-vep:105.0--pl5321h4a94de4_1' :
|
||||
'quay.io/biocontainers/ensembl-vep:105.0--pl5321h4a94de4_1' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(vcf)
|
||||
|
|
Loading…
Reference in a new issue