Closed yifei-men closed 8 years ago
@tomkinsc is this now addressed natively by the Conda packaging / easy-deploy
activation of the conda environment?
It should be, yes!
Closed as this is now addressed by upstream easy-deploy
script / Conda packaging.
33 Updates java to java8 for all java-requiring applets in the
viral-ngs
repo.However, we know that GATK is quite finicky with Java versioning (3.6 onwards require Java8, but those below 3.6 have incomplete support for java8).
Initial tests suggest that the java8 does not break existing modules in earlier versions of GATK, but we should not rely on this being true.
Ideally, we would want to be able to dynamically set the java version, since GATK jar file is user-provided and versioning cannot be enforced.
We could use something along the lines of
to dynamically assign java default version.