-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error with toSBGN() function #10
Comments
Can you tell me the R, Java, paxtoolsr, and OS versions you're using? As a stopgap, paxtoolsr wraps the Java-based paxtools, so you can just get the paxtools JAR (https://sourceforge.net/projects/biopax/files//paxtools/) and run it with Java.
I verified that output.sbgn works by viewing with Newt: https://web.newteditor.org/# Even with the stopgap solution, I had issues with other Temurin Java versions besides 8 LTS (specifically newer versions for Mac OS aarch64) downloaded from: https://adoptium.net/temurin/releases/?version=8 (tested with Temurin 8.0.432+6 on Mac OS 14.3) Your issues might be some incompatibility between your Java version and what paxtools requires; updating paxtools to work with newer Java versions is a separate task. In my testing, it might be that I need to upgrade to paxtools-5.2.2.jar, even with Java 8 but I want to know more about specific issue. |
Here are the versions of the softwares/libraries installed on my computer (Windows 10, 22H2):
I haven't changed anything but when I run the command line again, the start seems to work but stops with the same type of error as the first time:
As you said, it is probably an incompatibility between Java version and paxtoolsr requirements. I have tried to use the java command with the paxtools JAR but this returned also a error:
and with the last update:
|
I just tried on a x86 virtual machine with a clean install of Windows with only Java 8 412 installed and paxtools 5.2.2. The toSBGN command worked on the dna_replication.owl
Immediately before running the java -jar ... command can you run |
When I am running the
and I do not know if this version of JDK is compatible with paxtoolsr... |
Hi,
I have tried using the toSBGN() function to convert a BioPAX file into a SBGN representation, but I get the following error when I use it with your example data:
Could you help, please ?
The text was updated successfully, but these errors were encountered: