All of the simulation tools support the following features:
sedml:model,
sedml:changeAttribute.
sedml:steadyState,
sedml:oneStep, or sedml:uniformTimeCourse.
sedml:algorithm,
sedml:algorithmParameter.
sedml:task.
sedml:DataGenerator
sedml:Report.Some of the simulation tools, such as tellurium, support the full SED-ML specification.
Simulation tools are encouraged to support SED-ML L1V3 or later. The simulators page contains more information about the version of SED-ML supported by each tool.
BioSimulators uses GitHub teams to manage ownership of simulation tools.
When a simulator is first submitted to BioSimulators, BioSimulators
creates a GitHub Team to own the simulator and Biosimulators adds the
submitter as a maintainer of that team. The team will have the name
@biosimulators/{{ '{' }} simulator-id {{ '}' }}. Once the team is created, the submitter will be able to manage the
team and add collaborators through GitHub
Only members of these teams can submit issues to edit the specifications of tools and post new versions of tools. If you are not a member of the team for your simulator, you will need to request access from the maintainers of the GitHub team for your tool.
Yes! We encourage the community to submit all simulation tools, even if they do not support the BioSimulators interface and Docker image structure standards.
Note, BioSimulators can only validate simulation tools that support
these standards. Consequently, when creating GitHub issues to submit
simulation tools that do not support the BioSimulators standards, set
validateImage to false to decline validation
of the Docker image (or lack thereof) for your simulation tool. The
validation status of your simulation tool (passed or skipped) will be
communicated to BioSimulators users.
Yes! The Docker images can be run on high-performance computing (HPC)
systems where root access is not available by first converting the
images to Singularity
Yes! All of the validated images are compatible with Singularity
We recommend using Shields.io to generate shields for simulators. Several examples are below.
https://img.shields.io/badge/BioSimulators-registered-green
to generate the badge below. https://img.shields.io/badge/BioSimulators-valid-green
to generate the badge below. https://img.shields.io/badge/BioSimulators-{{
'{'
}}
latest-version {{ '}' }}-green
to generate the badge below.
Within HDF5 files, the results of each report
(sedml:report) and plot (sedml:plot2D,
sedml:plot3D) are saved to paths equal to a combination
of the relative path of the parent SED-ML document within the parent
COMBINE/OMEX archive and the id of the report or plot.
For reports, the rows of these data tables correspond to the data sets
(sedml:dataSet) specified in the SED-ML definition of the
report. The heading of each row is the label of the corresponding data
set. For plots, the rows of these data tables correspond to the data
generators (sedml:dataGenerators) specified in the SED-ML
definition of the curves and surfaces of the plot. The heading of each
row is the id of the corresponding data generator.
For time course simulations, the columns of these data tables correspond to the predicted time points. Below is a sample data table for a report.
See the specifications for data tables for more information and examples.