cheminfo / cheminfo/sdf-parser
Parse file 5 or less bytes
Open
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Is it valid file according to SDF specifications?
```txt
qwe
```
I am asking because during parsing this file I have no errors and parser just returned an empty result:
```JSON
{
"time": 0,
"molecules": [],
"labels": [],
"statistics": []
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.