From 2da54fc62765f73d677c388b089aa30ae7f939df Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Thu, 31 Oct 2024 08:04:30 -0500 Subject: [PATCH] update vcflib for fixed vcfwave --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af62290..9c7663e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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) \