-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java error after fresh install of v1.2.9 #3702
Comments
Hi Linda @lindakohn ! Thanks for raising the issue!
While other packages in java env in bcbio are not compatible with newer java: I am testing a solution. I will likely be a separate java17 environment for gatk/picard and java8 for other packages. SN |
Hi Linda @lindakohn ! I've made a fix and ran a test installation - picard and gatk work! Once it is published, we will switch to java17 and unpin picard and gatk4, placing gatk and other legacy tools in java8 env. SN |
Thank you! I ran
Something seems to have changed for fastqc? |
Yes, it looks like we received a major update of fastqc and we should adapt to it: Pinned to the previous version in the meanwhile - no error, |
Perfect, thank you, works now! |
Hi!
Thank you for maintaining this great workflow!
I've run into java problems after a fresh install of v1.2.9, see traceback below
Checking the java versions yields:
So I tried setting an environment variable to get bcbio to use java version 17 since it's asking for Java Runtime (class file version 61.0):
Bcbio then continues to run but further along another java error is thrown:
Unsetting the environment variable at this point solves the issue
and bcbio finishes successfully.
Please suggest on how to solve this
Kind regards
Linda
The text was updated successfully, but these errors were encountered: