py-instrain and py-drep: new version and added maintainer (#34581)

This commit is contained in:
Luke Diorio-Toth 2023-01-06 13:26:19 -06:00 committed by GitHub
parent ea970c8ab8
commit 691e8c69c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,8 @@ class PyDrep(PythonPackage):
homepage = "https://github.com/MrOlm/drep"
pypi = "drep/drep-3.4.0.tar.gz"
maintainers = ["MrOlm"]
version("3.4.0", sha256="a6533eb585122c1ee66ae622b1b97450a3e1e493a3c3c1d55e79a580d5c46d40")
variant("fastani", default=True, description="Enable fastANI support")

View File

@ -17,8 +17,11 @@ class PyInstrain(PythonPackage):
homepage = "https://github.com/MrOlm/instrain"
pypi = "inStrain/inStrain-1.5.7.tar.gz"
maintainers = ["MrOlm"]
variant("prodigal", default=False, description="Enables profiling on a gene by gene level")
version("1.6.3", sha256="8cc4af185a41f860aa3a58dfacabfe635bf7b28535ac0bb4db67983f95dbd528")
version("1.5.7", sha256="c5dcb01dae244927fe987b5f0695d895ccf521c9dfd87a2cb59057ad50bd9bfa")
depends_on("python@3.4.0:", type=("build", "run"))