rdkit / mmpdb

A package to identify matched molecular pairs and use them to predict property changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add property information to CSV export

mrcblt opened this issue · comments

At this point the CSV output generated with mmpdb index --out csv [...] does not contain property information even if you specify a property file with --properties.

If a property file is explicitly given, it would be nice if the information like property value of compound 1 and 2, and property change during the transformation would be included in the resulting CSV file.

This is not likely to happen as described. The property file can specify multiple properties, and the CSV output structure isn't able to handle that data meaningfully.

It would be better to generate the mmpdb file and export the property rules from that. A goal of the mmpdb consortium project (http://mmpdb.dalkescientific.com/ ) is to add a "mmpdb proprulecat" which supports this feature.

I'll email Paul to see if he's interested in joining as an academic member.