Skip to content
Snippets Groups Projects
Unverified Commit 5d5e3b7c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

SAMTools: add bcftools to the docker image

parent 6d1694c1
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,9 @@ FROM ubuntu:18.04 ...@@ -2,7 +2,9 @@ FROM ubuntu:18.04
MAINTAINER Laurent Modolo MAINTAINER Laurent Modolo
ENV SAMTOOLS_VERSION=1.7 ENV SAMTOOLS_VERSION=1.7
ENV PACKAGES samtools=${SAMTOOLS_VERSION}* ENV BCFTOOLS_VERSION=1.7
ENV PACKAGES samtools=${SAMTOOLS_VERSION}* \
bcftools=${BCFTOOLS_VERSION}*
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \ apt-get install -y --no-install-recommends ${PACKAGES} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment