Skip to content

Commit

Permalink
test graph db
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Jun 10, 2024
1 parent 8bb1f0a commit 6cb7b2b
Show file tree
Hide file tree
Showing 75 changed files with 3,465 additions and 13 deletions.
11 changes: 11 additions & 0 deletions graph-network/gen.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[meta]
name = "pyeed"
description = "Python Enzyme Engineering Database"
paths = ["../specifications/sequence_record.md"]

[generate]
shex = { out = "graph-network/schemes/pyeed.shex" }
json-schema = { out = "graph-network/schemes/pyeed.json", root = "SequenceRecord" }
xml-schema = { out = "graph-network/schemes/pyeed.xsd" }
python-dataclass = { out = "graph-network/python/pyeed/models.py" }
mk-docs = { out = "graph-network/docs/model.md" }
Loading

0 comments on commit 6cb7b2b

Please sign in to comment.