Skip to content
New issue

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

BitInfo from GetHashedMorganFingerprint() has non-folded values #295

Closed
greglandrum opened this issue Jul 17, 2014 · 0 comments
Closed

BitInfo from GetHashedMorganFingerprint() has non-folded values #295

greglandrum opened this issue Jul 17, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@greglandrum
Copy link
Member

In [5]: print rdMD.GetHashedMorganFingerprint(mol, radius=2, nBits = 1024, bitInfo = info).GetNonzeroElements()
{33: 2, 294: 2, 591: 2, 80: 3, 887: 1, 794: 2, 381: 1}

In [6]: print '\n',info

{2246728737: ((0, 0), (4, 0)), 3542456614: ((0, 1), (4, 1)), 1685248591: ((1, 2), (3, 2)), 2245384272: ((1, 0), (2, 0), (3, 0)), 1510461303: ((2, 1),), 1173125914: ((1, 1), (3, 1)), 2738269565: ((2, 2),)}

Reported by Nick Firth.

@greglandrum greglandrum added this to the 2014_09_1 milestone Jul 17, 2014
@greglandrum greglandrum self-assigned this Jul 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant