Skip to content

Commit

Permalink
bold bcftools test, will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Mar 13, 2024
1 parent 28da9a6 commit 8ffbcbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ RUN wget https://github.com/samtools/bcftools/releases/download/1.19/bcftools-1.
&& tar xjf bcftools-1.19.tar.bz2 \
&& bcftools-1.19/ && ./configure --prefix=/usr/local/bin/ && make && make install && export PATH=/usr/local/bin/bin:$PATH

RUN bcftools

# copy required scripts
COPY scripts/* /usr/local/bin/
COPY scripts /usr/local/bin/scripts/
Expand Down

0 comments on commit 8ffbcbf

Please sign in to comment.