Skip to content

Commit

Permalink
update vcflib for fixed vcfwave
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Oct 31, 2024
1 parent 0e9c9e1 commit 2da54fc
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 2ad261860807e66dbd9bcb07fee1af47b9930d70 \
&& git checkout 404b98a6a0601a8668fb039eae5196fa1ae12525 \
&& mkdir -p build \
&& cd build \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -- -j $(nproc) \
Expand Down

0 comments on commit 2da54fc

Please sign in to comment.