cheminfo / cheminfo/hoses-search-sqlite3
New route getHOSES
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Various search criteria:
- contactEmail
- algorithm
Global stats on hose codes
```js
[{
idCode,
sphere,
boxplot: {min, q1, median, q3, max, outiliers}, // coming from https://github.com/mljs/spectra-processing/blob/727a0d4cb6e5881693075104ee646c53d35cf5e2/src/x/xBoxPlotWithOutliers.ts#L22
molfile3D,
histogram: {x: [], y: []}, // https://github.com/mljs/spectra-processing/blob/727a0d4cb6e5881693075104ee646c53d35cf5e2/src/x/xHistogram.ts#L63-L66
sources: [{idCode, value}],
}]
```

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing route entry points and the proposed getHOSES route. Review how search criteria such as contactEmail and algorithm are handled, then verify the route can return the requested hose records, global statistics, boxplot and histogram data, 3D molfile, and sources in the shown shape.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100