Files
rdkit/Code/GraphMol/RGroupDecomposition/test_data/simple1.out2.json
Greg Landrum 52c83c45f0 Add some more comprehensive R-Group Decomposition tests (#3778)
* start to add some human-readable regression-test like examples for RGD

* small examples from JMedChem

* add helper viewer

* make that generate actual JSON

* use JSON of full output for tests
move JSON generation to RGroupUtils.h

* switch to using JSON from files

* add test notebook

* add jupyter testing to the code

* add nbval to linux test env

* add notebook tests to mac and windows too

* add toJSON for columns too
2021-02-05 10:35:32 +01:00

20 lines
413 B
JSON

[
{
"Core": "Cc1c([*:3])ccc([*:2])c1[*:1]",
"R1": "[H][*:1]",
"R2": "[H][*:2]",
"R3": "CO[*:3]"
},
{
"Core": "Cc1c([*:3])ccc([*:2])c1[*:1]",
"R1": "CO[*:1]",
"R2": "[H][*:2]",
"R3": "[H][*:3]"
},
{
"Core": "Cc1c([*:3])ccc([*:2])c1[*:1]",
"R1": "[H][*:1]",
"R2": "CO[*:2]",
"R3": "[H][*:3]"
}
]