-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't execute programme, error with Java #10
Comments
Also encountering this same error as @jonoave on Ubuntu 18.04LTS (haven't tested other OS's): (test_trim_smrnaseq) bash-4.4$ mirtrace
Exception in thread "main" java.lang.NumberFormatException: For input string: "20-internal"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
at java.base/java.lang.Integer.parseInt(Integer.java:665)
at java.base/java.lang.Integer.parseInt(Integer.java:781)
at se.scilifelab.mirtrace.MiRTrace.testJVMVersionOK(MiRTrace.java:119)
at se.scilifelab.mirtrace.MiRTrace.main(MiRTrace.java:104)
# Java version
(test_trim_smrnaseq) bash-4.4$ java -version
openjdk version "20-internal" 2023-03-21
OpenJDK Runtime Environment (build 20-internal-adhoc..src)
OpenJDK 64-Bit Server VM (build 20-internal-adhoc..src, mixed mode, sharing) |
Ah! Figured it out! The solution is to not activate the conda environment. Use |
Hi @kubu4 , could you give a bit more details or example on how you got it to work? If i do not turn on the micromamba environment, it won't even find the executing program.
Thanks in advance.
|
I think the issue you're currently having ( Activate the base conda environment (
This post on StackOverflow provides some more insight on how to resolve the problem, if the base conda environment doesn't fix thing... |
Hello,
I'm having some trouble trying to execute the wrapper.
I installed mirtrace with mamba (similar to conda) on the cluster, which went fine.
However when I try to run it, I get the following error:
Here's the infomation on the OS of the cluster:
I also tried to install it in my Mac with mamba. Installation went fine, but I still encounter the following error:
This was on MacOS Monterey version 12.6.8
Any idea on the cause of this error or how to resolve it? Thanks!
The text was updated successfully, but these errors were encountered: