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

updating for pycirclize version 1.7.1 #1066

Closed erinyoung closed 2 weeks ago

erinyoung commented 3 weeks ago

There's a new version of pycirclize!

According to the release notes, this fixes a bug.

I just copied the file from 1.6.0 and updated the version arg. I also added the -vv flag to the pip install layer.

$ diff pycirclize/1.6.0/Dockerfile pycirclize/1.7.1/Dockerfile 
3c3
< ARG PYCIRCLIZE_VER="1.6.0"
---
> ARG PYCIRCLIZE_VER="1.7.1"
20c20
< RUN pip install --no-cache pycirclize==${PYCIRCLIZE_VER}
---
> RUN pip install --no-cache pycirclize==${PYCIRCLIZE_VER} -vv

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/11130255991