Skip to content

Commit

Permalink
Merge pull request #411 from pangenome/update_stuff
Browse files Browse the repository at this point in the history
update vg
  • Loading branch information
AndreaGuarracino committed Sep 16, 2024
2 parents 66eedaa + 40b7b89 commit 3c21d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3c21d20

Please sign in to comment.