cheminfo / cheminfo/hoses-search-sqlite3

New route getMolecules

Open
#13 0 comments 0 reactions 1 assignee Claimed by @gaelcartier View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Various search criteria:
- contactEmail
- algorithm

Returns:

```js
const molecules = [{
ocl: {idCode, coordinates},
xyz,
molfile3D,
atoms: [{
label, // H, C, ...
value,
hoses: [{
idCode,
sphere,
}],
}]
}]
```

![Image](https://github.com/user-attachments/assets/10183161-2c4c-4629-911c-a86f48c8334c)

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.