File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ class_path : chebai_graph.preprocessing.datasets.ChEBI50_WFGE_WGN_GraphProp
2+ init_args :
3+ properties :
4+ # Atom properties
5+ - chebai_graph.preprocessing.properties.AugAtomType
6+ - chebai_graph.preprocessing.properties.AugNumAtomBonds
7+ - chebai_graph.preprocessing.properties.AugAtomCharge
8+ - chebai_graph.preprocessing.properties.AugAtomAromaticity
9+ - chebai_graph.preprocessing.properties.AugAtomHybridization
10+ - chebai_graph.preprocessing.properties.AugAtomNumHs
11+ - chebai_graph.preprocessing.properties.AtomFunctionalGroup
12+ - chebai_graph.preprocessing.properties.AtomNodeLevel
13+ - chebai_graph.preprocessing.properties.AtomRingSize
14+ - chebai_graph.preprocessing.properties.IsHydrogenBondDonorFG
15+ - chebai_graph.preprocessing.properties.IsHydrogenBondAcceptorFG
16+ - chebai_graph.preprocessing.properties.IsFGAlkyl
17+ # Bond properties
18+ - chebai_graph.preprocessing.properties.AugBondType
19+ - chebai_graph.preprocessing.properties.AugBondInRing
20+ - chebai_graph.preprocessing.properties.AugBondAromaticity
21+ - chebai_graph.preprocessing.properties.BondLevel
Original file line number Diff line number Diff line change 1- class_path : chebai_graph.preprocessing.datasets.ChEBI50GraphFGAugmentorReader
1+ class_path : chebai_graph.preprocessing.datasets.ChEBI50_WFGE_WGN_GraphProp
22init_args :
33 properties :
44 # Atom properties
55 - chebai_graph.preprocessing.properties.AtomFunctionalGroup
66 - chebai_graph.preprocessing.properties.AtomNodeLevel
77 - chebai_graph.preprocessing.properties.AtomRingSize
8+ - chebai_graph.preprocessing.properties.IsHydrogenBondDonorFG
9+ - chebai_graph.preprocessing.properties.IsHydrogenBondAcceptorFG
10+ - chebai_graph.preprocessing.properties.IsFGAlkyl
811 # Bond properties
912 - chebai_graph.preprocessing.properties.BondLevel
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ init_args:
1010 - chebai_graph.preprocessing.properties.AugBondType
1111 - chebai_graph.preprocessing.properties.AugBondInRing
1212 - chebai_graph.preprocessing.properties.AugBondAromaticity
13- - chebai_graph.preprocessing.properties.AugRDKit2DNormalized
13+ # - chebai_graph.preprocessing.properties.AugRDKit2DNormalized
You can’t perform that action at this time.
0 commit comments