This project focuses on verifying CellML models that cannot be directly converted to Bond Graphs.
The code is designed to read CellML files with specially annotated variables, encrypted to contain specific information for decoding in Python.
requirements.txt
.main.py
to initiate the verification process.The verification task is orchestrated by the main.py
file, which calls essential functions for the process.
Currently, annotations in CellML files are assumed to be variable IDs encrypted with specific information. Feel free to check the documentation for more details.