Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khyeonm authored Jul 17, 2024
1 parent c19a451 commit 581c39f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM debian:bookworm
WORKDIR /freebayes
RUN apt update -y && apt install -y git bc samtools parallel meson ninja-build libvcflib-dev libvcflib-tools vcftools libwfa2-dev cmake libseqlib-dev
RUN git clone -b v1.3.7 --recurse-submodules https://github.com/freebayes/freebayes.git
RUN cd freebayes && meson build/ --buildtype release && cd build && ninja
RUN ln -sf /freebayes/freebayes/build/freebayes /usr/bin

0 comments on commit 581c39f

Please sign in to comment.