Skip to content
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 converting files to SIF and BIOpax_level2 #4

Open
kmgenoguin opened this issue Mar 19, 2018 · 1 comment
Open

Error converting files to SIF and BIOpax_level2 #4

kmgenoguin opened this issue Mar 19, 2018 · 1 comment
Assignees
Labels

Comments

@kmgenoguin
Copy link

I got a fatal error exception shown at the bottom of the software when converting the systemic lupus erythematosus (SLE) pathway map into SIF and BIOpax_level2

@draeger
Copy link
Member

draeger commented Mar 19, 2018

The problem can be repoduced by running KEGGtranslator with the following options:

java -Duser.language=en -jar KEGGtranslator_v2.4.jar --gui=false -ihsa05322.xml -ohsa05322.sif -fSIF -rotrue --show-formula-for-compounds=true -nowhitetrue -artrue -noprtrue -mergetrue

Which will result in a NullPointerException

java.lang.NullPointerException
        at org.biopax.paxtools.impl.ModelImpl.add(ModelImpl.java:153)
        at org.biopax.paxtools.impl.ModelImpl.addNew(ModelImpl.java:132)
        at de.zbit.kegg.io.KEGG2BioPAX_level2.createPathwayInstance(Unknown Source)
        at de.zbit.kegg.io.KEGG2BioPAX.translateWithoutPreprocessing(Unknown Source)
        at de.zbit.kegg.io.KEGG2BioPAX.translateWithoutPreprocessing(Unknown Source)
        at de.zbit.kegg.io.AbstractKEGGtranslator.translate(Unknown Source)
        at de.zbit.kegg.io.AbstractKEGGtranslator.translate(Unknown Source)
        at de.zbit.kegg.io.AbstractKEGGtranslator.translate(Unknown Source)
        at de.zbit.kegg.Translator.translate(Unknown Source)
        at de.zbit.kegg.Translator.commandLineMode(Unknown Source)
        at de.zbit.Launcher.launchCommandLineMode(Unknown Source)
        at de.zbit.Launcher.run(Unknown Source)
        at de.zbit.Launcher.<init>(Unknown Source)
        at de.zbit.kegg.Translator.<init>(Unknown Source)
        at de.zbit.kegg.Translator.main(Unknown Source)

@draeger draeger self-assigned this Mar 19, 2018
@draeger draeger added the bug label Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants