auto_martini
auto_martini copied to clipboard
outdated rdkit?
Hi, I've just installed automartini with all its dependencies. However, the following error is reported:
$ ./auto_martini --smi "N1=C(N)NN=C1N" --mol GUA
Traceback (most recent call last):
File "./auto_martini", line 1181, in
I've checked the Content of rdkit.Chem.rdMolTransforms and there's no function called GetBondLength(...). The only functions are: CanonicalizeConformer,CanonicalizeMol,ComputeCanonicalTransform,ComputeCentroid and TransformConformer.
Coul you please update the source, cuz I really Need to parametrize MAH...I havent found any publications where it has already been parametrized according to the martini-ff.
regards, frank.
Hi Frank,
You need to update your version of RDKit. Look into your package manager. The more recent RDKit versions have the GetBondLength() function.
Best, Tristan