Skip to content

Commit 2edc591

Browse files
authored
fix: update edge count in docs (#208)
1 parent 59ed98f commit 2edc591

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/docs/graph-schema/edges.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ OptimusKG encodes **27 edge types** connecting the node types across molecular,
183183
| `DRG-PHE` | `ADVERSE_DRUG_REACTION`, `ASSOCIATED_WITH`, `CONTRAINDICATION`, `INDICATION`, `OFF_LABEL_USE` | 13,758 |
184184
| `PWY-GEN` | `INTERACTS_WITH` | 46,977 |
185185
| `BPO-BPO` | `IS_A` | 44,494 |
186-
| `DIS-DIS` | `PARENT` | 44,215 |
186+
| `DIS-DIS` | `PARENT` | 47,892 |
187187
| `CCO-GEN` | `INTERACTS_WITH` | 105,309 |
188188
| `DRG-GEN` | `ACTIVATOR`, `AGONIST`, `ALLOSTERIC_ANTAGONIST`, `ANTAGONIST`, `BINDING_AGENT`, `BLOCKER`, `CARRIER`, `DEGRADER`, `ENZYME`, `INHIBITOR`, `INVERSE_AGONIST`, `MODULATOR`, `NEGATIVE_ALLOSTERIC_MODULATOR`, `NEGATIVE_MODULATOR`, `OPENER`, `PARTIAL_AGONIST`, `POSITIVE_ALLOSTERIC_MODULATOR`, `POSITIVE_MODULATOR`, `RELEASING_AGENT`, `STABILISER`, `SUBSTRATE`, `TARGET`, `TRANSPORTER` | 20,694 |
189-
| `PHE-PHE` | `PARENT` | 24,862 |
189+
| `PHE-PHE` | `PARENT` | 26,121 |
190190
| `MFN-MFN` | `IS_A` | 12,587 |
191191
| `PWY-PWY` | `PARENT` | 2,819 |
192192
| `EXP-GEN` | `INTERACTS_WITH` | 2,989 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
requires-python = ">=3.12"
77
name = "optimuskg"
88
readme = "README.md"
9-
version = "0.72.3"
9+
version = "0.72.4"
1010
dependencies = [
1111
"ipython>=8.10",
1212
"jupyterlab>=3.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)