Skip to content

Commit

Permalink
Use new version of VCF validator
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Oct 28, 2024
1 parent 3d9939e commit 850d0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- nextflow >=21.10.0
- python >=3.8
- nodejs >=10.19.1
- vcf-validator >=0.9.7
- vcf-validator >=0.10.0
- ebi-eva-common-pyutils >=0.6.1
- pyyaml
- jinja2
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10

ENV vcf_validator_version=0.9.7
ENV vcf_validator_version=0.10.0
ENV NXF_VER=22.10.6

WORKDIR /opt
Expand Down

0 comments on commit 850d0dc

Please sign in to comment.