Skip to content

Commit 9234471

Browse files
committed
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.
1 parent e4f5c1a commit 9234471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/usage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ EnzymeML provides native APIs in [Python](https://github.com/EnzymeML/PyEnzyme/t
3333

3434
## FAQ
3535

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+
3639
??? question "How to define a solvent or buffer"
3740
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`.
3841

0 commit comments

Comments
 (0)