From a9dfa040b371230ee3493474927253f5c8b64b10 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Mon, 25 Nov 2024 09:34:47 -0600 Subject: [PATCH] update vcfwave --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d5192e..47b6709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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) \