You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added FAQ entry clarifying that EnzymeML is an exchange format, not a database, and provided guidance on using the EnzymeML Data Model for local database setup.
Copy file name to clipboardExpand all lines: docs/usage.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ EnzymeML provides native APIs in [Python](https://github.com/EnzymeML/PyEnzyme/t
33
33
34
34
## FAQ
35
35
36
+
??? question "Is EnzymeML a database?"
37
+
No. EnzymeML is an exchange format. But the EnzymeML Data Model can be used as a blueprint to setup a local data base.
38
+
36
39
??? question "How to define a solvent or buffer"
37
40
A solvent or buffer in a reaction can be defined in two ways. Either it is treated as a single `SmallMolecule` from a simplified perspective, or all `SmallMolecule` components of the buffer are defined separately and grouped together as a `Complex`.
0 commit comments