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

Improve the curation level on BioSimulators #68

Open draeger opened 2 years ago

draeger commented 2 years ago

The website biosimulators.org collects various simulation engine and stand-alone tools for simulation in systems biology. SBSCL is among them but currently with suboptimal curation level indication.

The curation level is calculated based on how much information is provided and whether that information has been verified.

Level 3 is easy to reach, and doesn't require any code. The easiest way to achieve level 5 is to use our Python library to build a consistent Python API and command-line program and then containerize this command-line program. This would entail implementing a callback function which can execute a single SED-ML task and return the results of the required observables as a dictionary of numpy arrays. This function could be implemented using a Python-Java bridge. All other SED-ML, KiSAO, COMBINE, etc. functionality would be handled by our library. For Java, Ion has also incorporated some of the same functionality into a fork of jLibSEDML.

Once a containerized command-line interface is submitted to BioSimulators, it would be available for simulation through runBioSimulations.

A contact person for working on this is @jonrkarr.

jonrkarr commented 2 years ago

If you'd like to use the improvements to jLibSedml, reach out to @moraru who's also leading BioSimulators/BioSimulations.