SBMLBioModels.jl

SBML BioModels imported from https://www.ebi.ac.uk/biomodels/

Usage Instructions

Loading an ODESystem

First, get the list of SBML Bio models available

using SBMLBioModels
available_models(SBMLBioModels, "BIOMD0000000169")
model = load_model(SBMLBioModels, "BIOMD0000000169")

It loads the model and returns an ODESystem.