Skip to content

Commit 3a53cd2

Browse files
committed
add chebi25 dataset
1 parent 2b9c1e5 commit 3a53cd2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • chebai_graph/preprocessing/datasets

chebai_graph/preprocessing/datasets/chebi.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,3 +826,9 @@ class ChEBI50_WFGE_WGN_AsPerNodeType(GraphPropAsPerNodeType, ChEBIOver50):
826826

827827
class ChEBI100_WFGE_WGN_AsPerNodeType(GraphPropAsPerNodeType, ChEBIOver100):
828828
READER = AtomFGReader_WithFGEdges_WithGraphNode
829+
830+
831+
class ChEBI25_WFGE_WGN_AsPerNodeType(GraphPropAsPerNodeType, ChEBIOverX):
832+
READER = AtomFGReader_WithFGEdges_WithGraphNode
833+
834+
THRESHOLD = 25

0 commit comments

Comments
 (0)