File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM python:3.10.6-slim
3
3
4
4
ARG TAG
5
5
6
- # Install freebayes dependencies
6
+ # Install dependencies
7
7
RUN apt-get update -yqq && \
8
8
apt-get install -yqq \
9
9
make build-essential libssl-dev zlib1g-dev libbz2-dev \
10
10
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
11
- xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git tabix \
11
+ xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git tabix vcfanno \
12
12
freebayes && \
13
13
apt-get clean
14
14
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM python:3.10.6-slim
3
3
4
4
ARG TAG
5
5
6
- # Install freebayes dependencies
6
+ # Install dependencies
7
7
RUN apt-get update -yqq && \
8
8
apt-get install -yqq \
9
9
make build-essential libssl-dev zlib1g-dev libbz2-dev \
10
10
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
11
- xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git tabix \
11
+ xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git tabix vcfanno \
12
12
freebayes && \
13
13
apt-get clean
14
14
You can’t perform that action at this time.
0 commit comments