Skip to content

Commit

Permalink
Merge branch 'master' into apply
Browse files Browse the repository at this point in the history
  • Loading branch information
SPPearce authored Nov 19, 2024
2 parents ede08b1 + 2a1ee18 commit ca9e8fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions modules/nf-core/vcf2db/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda
dependencies:
# renovate: datasource=conda depName=conda-forge/python
- conda-forge::python=2.7
# renovate: datasource=conda depName=bioconda/cyvcf2
- bioconda::cyvcf2=0.20.9
# renovate: datasource=conda depName=bioconda/vcf2db
- bioconda::vcf2db=2020.02.24
4 changes: 2 additions & 2 deletions modules/nf-core/vcf2db/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process VCF2DB {
// 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://depot.galaxyproject.org/singularity/vcf2db:2020.02.24--pl5321hdfd78af_3':
'biocontainers/vcf2db:2020.02.24--pl5321hdfd78af_3' }"
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/14/14d1257c98f789e23a888e2961673b5b98d89e4d03e6a3efba2b1134ed439f61/data':
'community.wave.seqera.io/library/python_vcf2db:91f604106ada5cf2' }"

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

0 comments on commit ca9e8fd

Please sign in to comment.