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 \