Skip to content

Commit

Permalink
latest vcflib
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 1, 2024
1 parent 212dbb1 commit 7160efc
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 @@ -113,7 +113,7 @@ RUN git clone https://github.com/pangenome/vcfbub \

RUN git clone --recursive https://github.com/vcflib/vcflib.git \
&& cd vcflib \
&& git checkout 404b98a6a0601a8668fb039eae5196fa1ae12525 \
&& git checkout 0272f2d8ebcb70ca9b7f23a0aed3991e0a63ae6b \
&& 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 7160efc

Please sign in to comment.