Skip to content

Commit 2d8d116

Browse files
committed
add ChEBI100 aug class
1 parent 726a5cd commit 2d8d116

File tree

1 file changed

+4
-0
lines changed
  • chebai_graph/preprocessing/datasets

1 file changed

+4
-0
lines changed

chebai_graph/preprocessing/datasets/chebi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,3 +779,7 @@ class ChEBI50_Atom_WGNOnly_GraphProp(AugGraphPropMixIn_WithGraphNode, ChEBIOver5
779779

780780
class ChEBI50_WFGE_WGN_AsPerNodeType(GraphPropAsPerNodeType, ChEBIOver50):
781781
READER = AtomFGReader_WithFGEdges_WithGraphNode
782+
783+
784+
class ChEBI100_WFGE_WGN_AsPerNodeType(GraphPropAsPerNodeType, ChEBIOver100):
785+
READER = AtomFGReader_WithFGEdges_WithGraphNode

0 commit comments

Comments
 (0)