epam / epam/Indigo

Add new method check() to Indigo to verify object properties

Open
#74 0 comments 0 reactions 0 assignees View on GitHub
Improvement Indigo API
Dominant language
C++
Stars
406
Forks
134
Avg merge
2d 11h
Merged PRs (30d)
24

Description

New method should be available to verify different errors and properties (valence, stereo, query, etc)

```
mol = indigo.loadMolecule()

print mol.check("valence")

for atom in mol.atoms()
print atom.check("query")
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.