From 4dfa1cfca4e355d556f9a8a853f0b6c5419f41ac Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Tue, 23 Jan 2024 08:50:46 -0600 Subject: [PATCH] 1.40.0 is the highlander --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e9d1d0..c927b85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,7 +99,7 @@ RUN git clone https://github.com/marschall-lab/GFAffix.git \ RUN pip install multiqc==1.18 -RUN wget https://github.com/vgteam/vg/releases/download/v1.53.0/vg && chmod +x vg && mv vg /usr/local/bin/vg +RUN wget https://github.com/vgteam/vg/releases/download/v1.40.0/vg && chmod +x vg && mv vg /usr/local/bin/vg RUN git clone https://github.com/pangenome/vcfbub \ && cd vcfbub \