Skip to content

Commit

Permalink
Merge pull request #343 from pangenome/update-stuff
Browse files Browse the repository at this point in the history
update multiqc and vg
  • Loading branch information
AndreaGuarracino committed Oct 24, 2023
2 parents bccc2ba + cfb38d4 commit 1213e2e
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.15
RUN pip install multiqc==1.16

RUN wget https://github.com/vgteam/vg/releases/download/v1.50.1/vg && chmod +x vg && mv vg /usr/local/bin/vg
RUN wget https://github.com/vgteam/vg/releases/download/v1.52.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 1213e2e

Please sign in to comment.