Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From text to model #136

Merged
merged 9 commits into from
Jun 28, 2022
Merged

From text to model #136

merged 9 commits into from
Jun 28, 2022

Conversation

himoto
Copy link
Contributor

@himoto himoto commented Jun 28, 2022

Text2Model is a useful class to build an ordinary differential equation (ODE) model from a text file describing biochemical systems, which was originally developed in the pasmopy framework.

from biomass import Text2Model
description = Text2Model(...)
description.convert()

For details, please refer to https://pasmopy.readthedocs.io/en/latest/model_development.html.

@himoto himoto merged commit 33fb40f into master Jun 28, 2022
@himoto himoto deleted the text2model branch June 28, 2022 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant