-
Model [01186](https://github.com/sbmlteam/sbml-test-suite/blob/7ab011efe471877987b5d6dcba8cc19a6ff71254/cases/semantic/01186/01186-model.m) (steady state metabolic model) is expected to pass in COBRAp…
-
When I made the [BIOMD0000000001](https://www.ebi.ac.uk/biomodels/search?query=BIOMD0000000001&domain=biomodels) table (see issue #57) I noticed that the SBML and SED-ML files are not recognized as su…
-
Every biomodels that uses steady state uses the KISAO term 282 ('KINSOL'), and the checker returns this error:
NotImplementedError: Algorithm substitution for "KINSOL" (http://www.biomodels.net/ki…
-
The guidance document states (4.3.1) that there is a description property for a simulation in the sedml.
- [ ] update Writer Node by adding description to sedml
- [ ] update simulation configurato…
-
Currently the SEDML xpath expressions are resolved via heuristic from xpath string without using the xml of the model. This should be changed to use xpath from xml library with model xml.
This curre…
-
In project ```4a6``` the sedml file loads the model on line 22 as follows
```xml
```
However, the source should point to the ```model.cellml``` file instead.
```xml
…
-
Running the bio simulator, just freezes whenever the `StandardOutputErrorCapturer` is used. When I run without log file, it works, however no output is produced. so
```python
config = bio…
-
= Description =
- Provide the API for adding or removing parameters in SBML models through the Change mechanism in SED-ML.
= Context =
- Parameters are used in reaction nodes in the SBML language; it…
-
= Description =
- Provide the API for adding or removing reactions in SBML models through the Change mechanism in SED-ML.
= Context =
- Biochemical reactions are central to the SBML language; it shou…
-
= Description =
- Provide the API for adding or removing compartments in SBML models through the Change mechanism in SED-ML.
= Context =
- Compartments are an important element of the SBML language, …