diff --git a/Dockerfile b/Dockerfile index ada3cf4..4debe2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,8 +47,6 @@ RUN wget https://github.com/samtools/bcftools/releases/download/1.19/bcftools-1. && tar xjf bcftools-1.19.tar.bz2 \ && cd bcftools-1.19/ && ./configure --prefix=/usr/local/bin/ && make && make install && export PATH=/usr/local/bin/bin:$PATH && cd .. && cp /usr/local/bin/bin/* /usr/local/bin/ -RUN bcftools - RUN git clone --recursive https://github.com/waveygang/wfmash \ && cd wfmash \ && git pull \