Skip to content

Commit

Permalink
Merge pull request #362 from pangenome/update-stuff
Browse files Browse the repository at this point in the history
update vg and multiqc
  • Loading branch information
AndreaGuarracino committed Dec 6, 2023
2 parents 450d8d9 + ac3cb26 commit 808c7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 808c7ab

Please sign in to comment.