From c5a0992ff21dcdda246fae8c29af8a29f3f87ca9 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Sun, 5 Jan 2025 11:16:44 -0600 Subject: [PATCH] update gfaffix and vg --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47b6709..831f94c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,13 +96,13 @@ RUN cargo --help RUN git clone https://github.com/marschall-lab/GFAffix.git \ && cd GFAffix \ && git pull \ - && git checkout a366a94a8d7a2ffbba8978cdbcd071a9b8a03bec \ + && git checkout 7d5fe205a9c46fc4f916174cf8b1ee179e8cdb1f \ && cargo install --force --path . \ && mv /root/.cargo/bin/gfaffix /usr/local/bin/gfaffix \ && cd ../ \ && rm -rf GFAffix -RUN wget https://github.com/vgteam/vg/releases/download/v1.59.0/vg && chmod +x vg && mv vg /usr/local/bin/vg +RUN wget https://github.com/vgteam/vg/releases/download/v1.62.0/vg && chmod +x vg && mv vg /usr/local/bin/vg RUN git clone https://github.com/pangenome/vcfbub \ && cd vcfbub \