libsbgn icon indicating copy to clipboard operation
libsbgn copied to clipboard

Libraries for the Systems Biology Graphical Notation (SBGN); Java and C++

Results 20 libsbgn issues
Sort by recently updated
recently updated
newest added

Dear SBGN team, i wanted to use SBGN for the first time and tried to convert my SBML model. However, I encountered several pitfalls that made it impossible for me:...

in SBGN PD the 'source and sink' element was renamed to 'emptyset'. This change is not propagated to SBGNML and libSBGN. Instead the existing 'source and sink' needs to be...

I found a conflicting library versions in the milestone3.2 jar provided by maven. The problem is that there is a dependency to version `1.4.01` of `xml-apis` library. However another dependency...

At some point it might be good to switch to the GitHub package repository for distribution; it is currently in beta so may not at this exact moment. * https://github.com/features/package-registry...

enhancement

Hello, I am not sure whether this is related to issue #51, but I get an "invalid file format" after writing the render information. The error refers to Please see...

I have some problems writing the render extension using milestone 3. I had already a brief discussion with Frank but there was not really a solution. I think I have...

question

`SbgnUtil.readFrom(InputStream is)` fails when a conversion is necessary (from Milestone 1 or 2). The problem is that the input stream can only be used once. This happens here `Sbgn result...

The high level validation (using libSBGN 3.0) failed due to not having all top-level glyphs referring to a compartment. Please see the attached files: input SBGN-ML and output validation message....

Given that SbgnUtil.readFromFile can read from both 2.0 and 3.0, but SbgnUtil.writeToFile exports to 3.0 only, I think it would be helpful that libSBGN provides conversion to 2.0 as well...

Irina was noting that the maven build on her machine failed with: ``` vn install [INFO] Scanning for projects... [INFO] [INFO] ---------------------< com.github.libsbgn:libsbgn >--------------------- [INFO] Building libSBGN 0.3-SNAPSHOT [INFO] --------------------------------[...