Skip to content

Commit 5653fb5

Browse files
BCFTools docker: Added the python-is-python3 package (#129)
1 parent eabdca3 commit 5653fb5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Utilities/Dockers/BCFTools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.10
22
RUN apt update
3-
RUN apt install -y git python3 python3-pip wget libbz2-dev liblzma-dev libcurl4-openssl-dev
3+
RUN apt install -y git python3 python-is-python3 python3-pip wget libbz2-dev liblzma-dev libcurl4-openssl-dev
44

55
RUN pip install pandas
66

Utilities/Dockers/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ the fields are populated:
1414
* Directory: BCFTools
1515
* Description: A docker image containing an installation of [bcftools](https://samtools.github.io/bcftools/bcftools.html).
1616
Also includes some minimal Python tools (pandas) for data processing.
17-
* Location: `us.gcr.io/broad-dsde-methods/bcftools:v1.0`
17+
* Location: `us.gcr.io/broad-dsde-methods/bcftools:v1.1`
1818
* Used By: [SimpleBenchmark](../../BenchmarkVCFs/SimpleBenchmark.wdl)
1919
* Usage: `bcftools [COMMAND]`
2020
* Version Notes:
2121
* 1.0: Versions are `bcftools` 1.16.
22+
* 1.1: Added the `python-is-python3` package so that `python` is a valid command.
2223

2324
## samtools
2425

0 commit comments

Comments
 (0)