Closed Nick-Mul closed 4 months ago
Hi Nick,
Thanks for the opening this issue, and apologies for not responding sooner. I believe this error occurs when you have a list of features (e.g. :Donor
, :NegIonizable
, etc.) that is empty in one of your PharmacophoreGMMs.
This is something that, ideally, should be handled automatically by the GaussianMixtureAlignment package. I'll put up a fix there soon, but for now, you can manually delete the offending entries in the gmms
dictionary of PharmacophoreGMM using delete!()
.
Awesome thanks for the reply Tom!
Hi Tom, Great work on this 👍 , it looks really useful.
I could get your read me example working, but when I've been trying to apply it to my work flow I running into a issue and I am not bright enough to easily understand where I am going wrong.
I've got two xyz files, I convert these to two sdf files, I read these in and get two molecular graphs, the PharmacophoreGMM set seems to go fine and I can run
However I having a problem trying to align the objects
or
and I get this error, any idea where I am going wrong? Best regards, Nick