libsbml
libsbml copied to clipboard
LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaSc...
## Description This change adds prinf style formatting to Rf_error calls. Without this, compilation fails when -Wformat-security is passed to gcc. ``` /home/spot/git/libsbml/libsbml-5.20.2/build/src/bindings/r/libsbml_wrap.cpp:330601:17: error: format not a string literal and...
Hi all, The `AssignmentCycles::determineAllDependencies()` function does not behave well with models having many parameters and rules and transitive dependencies between model constructs. Unfortunately, I cannot share any of the actual...
I found a typo during *syntactic* testing in the file `syntactic_tests.v3.4.0/syntactic/21104/21104-fail-01-13-sev2-l3v1.xml` on line 33 where element name is `modiferSpeciesReference` (missing 'i', correct modifierSpeciesReference).
The original version of these files was indeed wrong as per the failure they are supposed to test, but it's slightly more likely that someone might make a mistake putting...
Hi all, I have an SBML model with an initial assignment from a uniform distribution (model attached). [spt_random.zip](https://github.com/sbmlteam/libsbml/files/14117972/spt_random.zip) Despite having set the units on the distributions I get a unit...
## Description The CMake configuration does not respect the user option "-DBUILD_SHARED_LIB=". Package managers (and users) commonly use this main configuration option to decide whether to build the project as...
We test for error 99107 in the file 99107-fail-01-06-10102.xml, but the problem it detects is, I believe, not actually an error. The file defines a new namespace 'appear' and adds...
I need libsbml to use GenSSI [GenSSI](https://github.com/genssi-developer/GenSSI), but I cannot install SBML in MATLAB. I am fllowing the instructions in [this documentation](https://sbml.org/software/libsbml/libsbml-docs/installation/), but I cannot use SBML in either case:...
We found a model that didn't work correctly on roadrunner, since there was a piecewise equation that only changed for a window of time that wasn't checked by the CVODE...
It's impossible to create a flux objective and add it to an L3v2 model: * If you run createFluxObjective(), it gives you an object with a getLevel() of 3, a...