-
Notifications
You must be signed in to change notification settings - Fork 4
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
nextflow conda launcher can pick the wrong java version #58
Comments
Thanks for the message! Could you run the following to see if it returns the same error?
I have a suspicion that it's related to this issue: nextflow (conda) launcher didn't pick java executable correctly. Can also try running
It's possible the above symlink needs to be replaced with the openjdk 11 version but we'd have to find where the |
Okay, here you go:
But, there's something wierd here...polishCLR doesn't seem to be in an actual conda environment. I followed the installation instructions and now I get this error:
What's going on? |
Ah I see what's happening, the polishCLR_env on your system would need to be activated using:
But could you run a Some Background On HPC, we're usually placing the
Only the person who installed the environment Side Note: Creating a regular conda environment would be:
And then |
|
Since this seems to be an ongoing issue with Nextflow & conda and I am not a maintainer of Nextflow.
I highly recommend trying the docker or singularity methods instead. |
After install, I get this:
Yet, openjdk 11 is installed in the conda environment.
How do I fix this?
The text was updated successfully, but these errors were encountered: