Skip to content

Commit

Permalink
update vg and multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Dec 6, 2023
1 parent 450d8d9 commit ac3cb26
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 ac3cb26

Please sign in to comment.