Same version on conda and in the dockerfile (#1791)

This commit is contained in:
Maxime U. Garcia 2022-06-16 16:25:54 +02:00 committed by GitHub
parent f32dc15414
commit 757c20c8eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)