We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current pharmacophores database was constructed from sdf files. The elements in a sdf file map to a pharmacophore feature type.
Sadly, the mapping was swapped. Current incorrect mapping is
O
HACC
A
HDON
It should be a mapping of
As
The currently available pharmacophore databases need to be converted. Also the code must be fixed.
The text was updated successfully, but these errors were encountered:
The database is in pytables format and it can not be changed in place so a copy/swap script is needed.
Sorry, something went wrong.
Create swap script at https://gist.github.com/sverhoeven/1fdb27c2d0418895101a3eba3274461d
Fixed in https://github.com/3D-e-Chem/kripodb/tree/swap-acceptor-donor branch
e1e24fc
No branches or pull requests
The current pharmacophores database was constructed from sdf files.
The elements in a sdf file map to a pharmacophore feature type.
Sadly, the mapping was swapped. Current incorrect mapping is
O
element toHACC
A
element toHDON
.It should be a mapping of
O
element toHDON
As
element toHACC
.The currently available pharmacophore databases need to be converted. Also the code must be fixed.
The text was updated successfully, but these errors were encountered: