draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

Example OMEX file contains wrong model file name #27

Closed draeger closed 5 years ago

draeger commented 5 years ago

The SED-ML file repressilator-sedml.xml within the OMEX archive /src/test/resources/omex/12859_2014_369_MOESM1_ESM.zip contains an invalid reference to the model:

<model id="model1" name="Repressilator-regular oscillations" 
  language="urn:sedml:language:sbml.level-2.version-3"
  source="./BIOMD0000000012,xml" >

The exectution of the archive is therefore compromised.