snpeff: change jdk dependency to java (#30048)
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
This commit is contained in:
parent
5da78991d4
commit
24f5069584
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue