From ac3cb26243246cc5462b64895fbc0911ec99f9c5 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Wed, 6 Dec 2023 11:21:29 -0600 Subject: [PATCH] update vg and multiqc --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c61ea5..5441f58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,9 +97,9 @@ RUN git clone https://github.com/marschall-lab/GFAffix.git \ && cd ../ \ && rm -rf GFAffix -RUN pip install multiqc==1.16 +RUN pip install multiqc==1.18 -RUN wget https://github.com/vgteam/vg/releases/download/v1.52.0/vg && chmod +x vg && mv vg /usr/local/bin/vg +RUN wget https://github.com/vgteam/vg/releases/download/v1.53.0/vg && chmod +x vg && mv vg /usr/local/bin/vg RUN git clone https://github.com/pangenome/vcfbub \ && cd vcfbub \