Skip to content

Commit 6706849

Browse files
committed
added the missing tabix utility
1 parent 0e31566 commit 6706849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
33
RUN apt-get update && \
44
apt-get install -y \
55
curl gzip python3-pip \
6-
samtools bedtools bcftools && \
6+
samtools bedtools bcftools tabix && \
77
apt-get clean && \
88
rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)