Skip to content

Commit

Permalink
bcftools: Add runtime dependency gffutils (spack#46255)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Potter <sp39sanger.ac.uk>
  • Loading branch information
potter-s authored Sep 22, 2024
1 parent 5811d75 commit d4ad167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/bcftools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit d4ad167

Please sign in to comment.