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 rasusa version 2.1.0 #1067

Open erinyoung opened 3 weeks ago

erinyoung commented 3 weeks ago

There's a new version of rasusa!

According to the release notes it looks like there are some new features.

I copied the files from 2.0.0 and changed the version ARG.

The full diff:

$ diff rasusa/2*/Dockerfile
3c3
< ARG RASUSA_VER="2.0.0"
---
> ARG RASUSA_VER="2.1.0"

Pull Request (PR) checklist: