bcftools: Add runtime dependency gffutils (#46255)
Co-authored-by: Simon Potter <sp39sanger.ac.uk>
This commit is contained in:
parent
5811d754d9
commit
d4ad167567
@ -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"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user