Add missing deps for braker and bcftools (#36279)

This commit is contained in:
snehring 2023-03-22 03:25:13 -05:00 committed by GitHub
parent d0098876e0
commit 59fecb353c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class Bcftools(AutotoolsPackage):
depends_on("perl", when="@1.8:~perl-filters", type="run") depends_on("perl", when="@1.8:~perl-filters", type="run")
depends_on("perl", when="@1.8:+perl-filters", type=("build", "run")) depends_on("perl", when="@1.8:+perl-filters", type=("build", "run"))
depends_on("htslib@1.16", when="@1.16")
depends_on("htslib@1.15", when="@1.15") depends_on("htslib@1.15", when="@1.15")
depends_on("htslib@1.14", when="@1.14") depends_on("htslib@1.14", when="@1.14")
depends_on("htslib@1.13", when="@1.13") depends_on("htslib@1.13", when="@1.13")

View File

@ -32,6 +32,7 @@ class Braker(Package):
depends_on("perl-hash-merge", type=("build", "run")) depends_on("perl-hash-merge", type=("build", "run"))
depends_on("perl-logger-simple", type=("build", "run")) depends_on("perl-logger-simple", type=("build", "run"))
depends_on("perl-file-homedir", when="@2.1.4:", type=("build", "run")) depends_on("perl-file-homedir", when="@2.1.4:", type=("build", "run"))
depends_on("perl-list-moreutils", when="@2.1.6:", type=("build", "run"))
depends_on("augustus") depends_on("augustus")
depends_on("augustus@3.2.3", when="@:2.1.0") depends_on("augustus@3.2.3", when="@:2.1.0")
depends_on("genemark-et") depends_on("genemark-et")