amici.importers.antimony

Import of Antimony models into AMICI.

https://antimony.sourceforge.net/ https://tellurium.readthedocs.io/en/latest/antimony.html

Functions

antimony2sbml(ant_model)

Convert Antimony model to SBML.

antimony2amici(ant_model, **kwargs)

Convert Antimony model to AMICI model.

amici.importers.antimony.antimony2amici(ant_model, **kwargs)[source]

Convert Antimony model to AMICI model.

Converts the Antimony model provided as string or file to SBML and then imports it into AMICI.

For documentation see amici.importers.sbml.SbmlImporter.sbml2amici().

amici.importers.antimony.antimony2sbml(ant_model)[source]

Convert Antimony model to SBML.

Parameters:

ant_model (str | pathlib.Path) – Antimony model as string or path to file

Return type:

str

Returns:

The SBML model as string.