Files
rdkit/Code/GraphMol/RGroupDecomposition/test_data/simple2.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

10 lines
144 B
JSON

[
{
"Core": "Cc1ccccc1[*:3]",
"R3": "CO[*:3]"
},
{
"Core": "Cc1ccccc1[*:3]",
"R3": "CO[*:3]"
}
]