StaPH-B / docker-builds

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

adding multiqc version 1.22.3 #998

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of multiqc!

According to the release notes, https://github.com/MultiQC/MultiQC/releases, this version is mostly minor bug fixes.

All I did was copy the files from 1.22.2 and update the version ARG.

$ diff multiqc/1.22.2/Dockerfile multiqc/1.22.3/Dockerfile 
3c3
< ARG MULTIQC_VER="1.22.2"
---
> ARG MULTIQC_VER="1.22.3"

Pull Request (PR) checklist:

Kincekara commented 2 months ago

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