snpeff: change jdk dependency to java (#30048)

Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
This commit is contained in:
dlkuehn 2022-04-26 04:25:03 -05:00 committed by GitHub
parent 5da78991d4
commit 24f5069584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ class Snpeff(Package, SourceforgePackage):
version('2017-11-24', sha256='d55a7389a78312947c1e7dadf5e6897b42d3c6e942e7c1b8ec68bb35d2ae2244') version('2017-11-24', sha256='d55a7389a78312947c1e7dadf5e6897b42d3c6e942e7c1b8ec68bb35d2ae2244')
depends_on('jdk', type=('build', 'run')) depends_on('java', type=('build', 'run'))
def install(self, spec, prefix): def install(self, spec, prefix):
install_tree('snpEff', prefix.bin) install_tree('snpEff', prefix.bin)