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
$ java -version
openjdk version "1.8.0_92"
OpenJDK Runtime Environment (Zulu 8.15.0.1-linux64) (build 1.8.0_92-b15)
OpenJDK 64-Bit Server VM (Zulu 8.15.0.1-linux64) (build 25.92-b15, mixed mode)
Hacking the regular expression match = re.match('^java version "1\.7\.[^"]+"$', first_line) to read match = re.match('^openjdk version "1\.8\.[^"]+"$', first_line) in snpEffWrapper/wrapper.py seems to be enough to run the tool.
Is there good reason not to accept openjdk and versions after 1.7.x?
The text was updated successfully, but these errors were encountered:
We have this version of Java installed,
Hacking the regular expression
match = re.match('^java version "1\.7\.[^"]+"$', first_line)
to readmatch = re.match('^openjdk version "1\.8\.[^"]+"$', first_line)
insnpEffWrapper/wrapper.py
seems to be enough to run the tool.Is there good reason not to accept openjdk and versions after 1.7.x?
The text was updated successfully, but these errors were encountered: