bcftools: Add runtime dependency gffutils (#46255)

Co-authored-by: Simon Potter <sp39sanger.ac.uk>
This commit is contained in:
potter-s 2024-09-22 16:50:24 +01:00 committed by GitHub
parent 5811d754d9
commit d4ad167567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ class Bcftools(AutotoolsPackage):
depends_on("gsl", when="+libgsl")
depends_on("py-matplotlib", when="@1.6:", type="run")
depends_on("py-gffutils", when="@1.9:", type="run")
depends_on("perl", when="@1.8:~perl-filters", type="run")
depends_on("perl", when="@1.8:+perl-filters", type=("build", "run"))