From 40b7b8912c1fecf76afc164a01200f828b204dce Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Mon, 16 Sep 2024 17:02:57 -0500 Subject: [PATCH] update vg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 053f3aa..aba1389 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,7 +100,7 @@ RUN git clone https://github.com/marschall-lab/GFAffix.git \ RUN pip install multiqc==1.22.2 -RUN wget https://github.com/vgteam/vg/releases/download/v1.57.0/vg && chmod +x vg && mv vg /usr/local/bin/vg +RUN wget https://github.com/vgteam/vg/releases/download/v1.59.0/vg && chmod +x vg && mv vg /usr/local/bin/vg RUN git clone https://github.com/pangenome/vcfbub \ && cd vcfbub \