-
Notifications
You must be signed in to change notification settings - Fork 773
Closed
Milestone
Description
Bug report
Installing nextflow via conda on a fresh environment will install nextflow 18.10.1 and openjdk 10.0.2. However, executing nextflow with these versions yields the following:
$ nextflow -version
CAPSULE EXCEPTION: Could not parse version line: openjdk version "10.0.2" 2018-07-17 (for stack trace, run with -Dcapsule.log=verbose)
USAGE: java <options> -jar ../miniconda3/envs/myenv/share/nextflow/framework/18.10.1/nextflow-18.10.1-one.jar
Actions:
capsule.version - Prints the capsule and application versions.
capsule.modes - Prints all available capsule modes.
capsule.jvms - Prints a list of all JVM installations found.
capsule.help - Prints this help message.
capsule.tree - Prints the capsule's dependency tree.
capsule.resolve - Downloads all un-cached dependencies.
Options:
capsule.mode=<value> - Picks the capsule mode to run.
capsule.reset - Resets the capsule cache before launching. The capsule to be re-extracted (if applicable), and other possibly cached files will be recreated.
capsule.log=<value> (default: quiet) - Picks a log level. Must be one of none, quiet, verbose, or debug.
capsule.java.home=<value> - Sets the location of the Java home (JVM installation directory) to use; If 'current' forces the use of the JVM that launched the capsule.
capsule.java.cmd=<value> - Sets the path to the Java executable to use.
capsule.jvm.args=<value> - Sets additional JVM arguments to use when running the application.
capsule.local=<value> - Sets the path of the local Maven repository to use.
Unable to initialize nextflow environment
Is nextflow supposed to support java 10?
Environment
- Nextflow version: 18.10.1
- Java version: openjdk 10.0.2
- Operating system: archlinux
Additional context
(Add any other context about the problem here)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels