Skip to content

Commit

Permalink
successD
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Mar 13, 2024
1 parent 8c5b8da commit b583c97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b583c97

Please sign in to comment.