{{ simulator.name + ' (' + simulator.id + ' / ' + simulator.version + ')' }}

{{ simulator.description }}

  • {{ author.name }}{{ ' ' }}
{{ ' ' }}
Run simulations online with runBioSimulations Run simulations with standardized Docker image
  • GHCR:biosimulators/{{ simulator.id }}
  • OS: {{ simulator.image.operatingSystemType }}
  • docker pull \
          {{ simulator.image.url }}
  • docker run \
          {{ simulator.image.url }} \
          -i /path/to/archive.omex \
          -o /path/to/outputs
  • docker run \
          {{ simulator.image.url }} \
          --help
Run simulations with standardized Singularity image
  • GHCR:biosimulators/{{ simulator.id }}
  • OS: {{ simulator.image.operatingSystemType }}
  • singularity pull \
          docker://{{ simulator.image.url }}
  • singularity run \
          docker://{{ simulator.image.url }} \
          -i /path/to/archive.omex \
          -o /path/to/outputs
  • singularity run \
          docker://{{ simulator.image.url }} \
          --help
Run simulations with standardized CLI Run simulations with standardized Python API Other interfaces
  • {{ interfaceType }}
Supported operating systems
  • {{ supportedOperatingSystemType }}
Supported programming languages
  • {{ supportedProgrammingLanguage.id }}
Curation status {{ simulator.curationStatus }} License More info Cross references Funding Registration
  • Registration: {{ simulator.created }}
  • Last updated: {{ simulator.updated }}

More Info

{{ fragment.value }}

Citations

  • {{ ' ' }}

More info

Modeling frameworks

This implementation of this algorithm does not support any canonical modeling frameworks.

Model formats

This implementation of this algorithm does not support any standard model formats.

Model changes

  • {{ modelChangePattern.name }}:
    • type: {{ type.name }} ({{ type.value }})
    • target: {{ modelChangePattern.target.grammar }}: {{ modelChangePattern.target.value }}
    • symbol: {{ modelChangePattern.symbol.namespace }}: {{ modelChangePattern.symbol.value }}

The implementation of this algorithm does not support any standard model changes.

Simulation formats

This implementation of this algorithm does not support any standard simulation formats.

Simulation types

  • {{ simulationType.name }} ({{ simulationType.value }})

This implementation of this algorithm does not support any standard simulation types.

Parameters

The parameters for this implementation of {{ algorithm.name }} have not been curated.

This implementation of {{ algorithm.name }} does not have any parameters.

Output dimensions

The outputs of {{ algorithm.name }} have no dimensionality.

The dimensions of this implementation of {{ algorithm.name }} have not been curated.

Output variables

  • {{ varPattern.name }}:
    • target: {{ varPattern.target.grammar }}: {{ varPattern.target.value }}
    • symbol: {{ varPattern.symbol.namespace }}: {{ varPattern.symbol.value }}

The output variables for this implementation of {{ algorithm.name }} have not been curated.

Archive formats

This implementation of this algorithm does not support any standard archive formats.

Availability

  • {{ interfaceType }}

Information about which interfaces support the algorithm is not available.

Dependencies

  • {{ dependency.name }}{{ dependency.name }}{{ dependency.required ? '*' : '' }}{{ dependency.version ? ' ' + dependency.version : '' }}

The implementation of this algorithm does not have any dependencies.

Information about the dependencies of the implementation of this algorithm is not available.

The algorithms implemented by {{ simulator.id }} have not yet been curated.

Versions
Summary
  • Test suite version: {{ validationTests.testSuiteVersion }}
  • Tests: {{ validationTests.numTests }}
    • Passed: {{ validationTests.numTestsPassed }}
      • With warnings: {{ validationTests.numTestPassedWithWarnings }}
    • Skipped: {{ validationTests.numTestsSkipped }}
    • Failed: {{ validationTests.numTestsFailed }}
More info

Description

Implementation

{{ result.caseClass }}{{ ' ' }}

Test COMBINE/OMEX archive

{{ result.caseArchive }}.omex{{ ' ' }}

Result

{{ result.resultType }} ({{ result.duration }} s)

Reason why test was skipped

Category: {{ skipReason.category }}

Message

{{ skipReason.message }}

Reason why the test failed

Category: {{ exception.category }}

Message

{{ exception.message }}

Warnings

  • Category: {{ warning.category }}

    Message

    {{ warning.message }}

Log

{{ log }}

The test did not produce any output.

No test results are available because {{ simulator.name }} has not been validated.

Sorry!. Test results could not be retreived. Please refresh to try again.