StaPH-B / docker-builds

:package: :whale: Dockerfiles and documentation on tools for public health bioinformatics
GNU General Public License v3.0
187 stars 119 forks source link

adding multiqc version 1.25 #1062

Closed erinyoung closed 2 weeks ago

erinyoung commented 3 weeks ago

There's a new version of multiqc!

According to the release notes, there a new feature where the summary table can group samples together. It looks really nice.

For the most part, I just copied a prior Dockerfile and update the version arg. I also added the -vv flag.

$ diff multiqc/1.22.3/Dockerfile multiqc/1.25/Dockerfile 
3c3
< ARG MULTIQC_VER="1.22.3"
---
> ARG MULTIQC_VER="1.25"
21c21
< RUN pip3 install --no-cache-dir "multiqc==${MULTIQC_VER}"
---
> RUN pip3 install --no-cache-dir -vv "multiqc==${MULTIQC_VER}"
47,48c47
<     ls multiqc_report.html 
<     
---
>     ls multiqc_report.html     

Pull Request (PR) checklist:

Kincekara commented 2 weeks ago

Thank you for the update! Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/11111411802