From b583c973a0ff1bb4632e052a04ea51963f046635 Mon Sep 17 00:00:00 2001 From: subwaystation Date: Wed, 13 Mar 2024 11:12:12 +0100 Subject: [PATCH] successD --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 \