diff --git a/genomel/docker/variant_calling/post_freebayes/Dockerfile b/genomel/docker/variant_calling/post_freebayes/Dockerfile index 709a5639..2b0144dd 100644 --- a/genomel/docker/variant_calling/post_freebayes/Dockerfile +++ b/genomel/docker/variant_calling/post_freebayes/Dockerfile @@ -1,3 +1,3 @@ -FROM python:3.5 +FROM python:3.14.0a4 RUN pip install pysam ADD pysam_vcf_check.py /opt/ \ No newline at end of file