Skip to content

Commit

Permalink
Merge pull request #431 from pangenome/update_stuff
Browse files Browse the repository at this point in the history
update vcfwave
  • Loading branch information
AndreaGuarracino authored Nov 25, 2024
2 parents fb25f87 + a9dfa04 commit 75f7a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN git clone https://github.com/pangenome/vcfbub \

RUN git clone --recursive https://github.com/vcflib/vcflib.git \
&& cd vcflib \
&& git checkout 0272f2d8ebcb70ca9b7f23a0aed3991e0a63ae6b \
&& git checkout f8425d239e1bc406cdfe46a2e37f47ac3476dd8a \
&& mkdir -p build \
&& cd build \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug -DWFA_GITMODULE=ON .. && cmake --build . -- -j $(nproc) \
Expand Down

0 comments on commit 75f7a50

Please sign in to comment.