You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user_Admin@host_X: $ ./nf-test version
🚀 nf-test 0.9.2
https://www.nf-test.com
(c) 2021 - 2024 Lukas Forer and Sebastian Schoenherr
However, if I use a different user account to trigger the same nf-test binary, it outputs
user_normal@host_X: $ /XXXXX/nf-test version
🚀 nf-test 0.7.3
https://code.askimed.com/nf-test
(c) 2021 - 2023 Lukas Forer and Sebastian Schoenherr
Both accounts were using the same version of java
$ java -version
openjdk version "11.0.25" 2024-10-15
OpenJDK Runtime Environment (build 11.0.25+9-post-Ubuntu-1ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.25+9-post-Ubuntu-1ubuntu122.04, mixed mode, sharing)
However, if I download the tar.gz file from https://github.com/askimed/nf-test/releases/tag/v0.9.2 and put the nf-test.jar file in the same directory as the nf-test binary, trigger the nf-test would give v0.9.2. I wonder if I have missed anything here?
The text was updated successfully, but these errors were encountered:
Hi there, I encountered a strange issue when I was running
nf-test
in an HPC environment. The tool was installed by theadmin
account usingthen if I run the binary, it gives
However, if I use a different user account to trigger the same
nf-test
binary, it outputsBoth accounts were using the same version of java
However, if I download the
tar.gz
file from https://github.com/askimed/nf-test/releases/tag/v0.9.2 and put thenf-test.jar
file in the same directory as thenf-test
binary, trigger thenf-test
would givev0.9.2
. I wonder if I have missed anything here?The text was updated successfully, but these errors were encountered: