Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/nf-core/vcf2maf/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::ensembl-vep=113.3
- bioconda::ensembl-vep=113.4
- bioconda::vcf2maf=1.6.22
4 changes: 2 additions & 2 deletions modules/nf-core/vcf2maf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ process VCF2MAF {
// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/7c/7cbf9421f0bee23a93a35c5d0c7166ac1e89a40008d8e474cecfddb93226bf65/data':
'community.wave.seqera.io/library/ensembl-vep_vcf2maf:2d40b60b4834af73' }"
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/04/04730c70a408fbee8c4a479832b340ca860113c09787061078a66ac56bd3ab56/data':
'community.wave.seqera.io/library/ensembl-vep_vcf2maf:795c7ca795a6c63a' }"

input:
tuple val(meta), path(vcf) // Use an uncompressed VCF file!
Expand Down