openchemlib 7.4.1 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -18
- package/core.d.ts +2 -1
- package/dist/openchemlib-core.js +142 -140
- package/dist/openchemlib-full.js +153 -152
- package/dist/openchemlib-full.pretty.js +7104 -5243
- package/dist/openchemlib-minimal.js +5 -5
- package/minimal.d.ts +1 -1
- package/package.json +7 -6
- package/types.d.ts +150 -111
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
[![NPM version][npm-image]][npm-url]
|
|
4
4
|
[![build status][ci-image]][ci-url]
|
|
5
5
|
[![npm download][download-image]][download-url]
|
|
6
|
+
[](https://www.zenodo.org/badge/latestdoi/23346814)
|
|
6
7
|
|
|
7
8
|
JavaScript port of the [OpenChemLib](https://github.com/actelion/openchemlib) Java library.
|
|
8
9
|
|
|
@@ -27,32 +28,33 @@ if bundle size matters and prediction functionalities are not needed.
|
|
|
27
28
|
The `full` build (`require('openchemlib/full')`) build is the largest build.
|
|
28
29
|
It contains a structure viewer and a structure editor for browser applications.
|
|
29
30
|
|
|
30
|
-
- [TypeDoc home page](https://cheminfo.github.io/openchemlib-js/
|
|
31
|
+
- [TypeDoc home page](https://cheminfo.github.io/openchemlib-js/index.html)
|
|
31
32
|
|
|
32
33
|
### Modules present in minimal, core and full builds
|
|
33
34
|
|
|
34
|
-
- [Molecule](https://cheminfo.github.io/openchemlib-js/classes/
|
|
35
|
-
- [Reaction](https://cheminfo.github.io/openchemlib-js/classes/
|
|
36
|
-
- [RingCollection](https://cheminfo.github.io/openchemlib-js/classes/
|
|
37
|
-
- [SDFileParser](https://cheminfo.github.io/openchemlib-js/classes/
|
|
38
|
-
- [SSSearcher](https://cheminfo.github.io/openchemlib-js/classes/
|
|
39
|
-
- [SSSearcherWithIndex](https://cheminfo.github.io/openchemlib-js/classes/
|
|
40
|
-
- [Util](https://cheminfo.github.io/openchemlib-js/modules/
|
|
35
|
+
- [Molecule](https://cheminfo.github.io/openchemlib-js/classes/Molecule.html)
|
|
36
|
+
- [Reaction](https://cheminfo.github.io/openchemlib-js/classes/Reaction.html)
|
|
37
|
+
- [RingCollection](https://cheminfo.github.io/openchemlib-js/classes/RingCollection.html)
|
|
38
|
+
- [SDFileParser](https://cheminfo.github.io/openchemlib-js/classes/SDFileParser.html)
|
|
39
|
+
- [SSSearcher](https://cheminfo.github.io/openchemlib-js/classes/SSSearcher.html)
|
|
40
|
+
- [SSSearcherWithIndex](https://cheminfo.github.io/openchemlib-js/classes/SSSearcherWithIndex.html)
|
|
41
|
+
- [Util](https://cheminfo.github.io/openchemlib-js/modules/Util.html)
|
|
41
42
|
|
|
42
43
|
### Modules present only in core and full builds
|
|
43
44
|
|
|
44
|
-
- [
|
|
45
|
-
- [
|
|
46
|
-
- [
|
|
47
|
-
- [
|
|
48
|
-
- [
|
|
49
|
-
- [
|
|
45
|
+
- [CanonizerUtil](https://cheminfo.github.io/openchemlib-js/classes/CanonizerUtil.html)
|
|
46
|
+
- [ConformerGenerator](https://cheminfo.github.io/openchemlib-js/classes/ConformerGenerator.html)
|
|
47
|
+
- [DruglikenessPredictor](https://cheminfo.github.io/openchemlib-js/classes/DruglikenessPredictor.html)
|
|
48
|
+
- [DrugScoreCalculator](https://cheminfo.github.io/openchemlib-js/modules/DrugScoreCalculator.html)
|
|
49
|
+
- [ForceFieldMMFF94](https://cheminfo.github.io/openchemlib-js/classes/ForceFieldMMFF94.html)
|
|
50
|
+
- [MoleculeProperties](https://cheminfo.github.io/openchemlib-js/classes/MoleculeProperties.html)
|
|
51
|
+
- [ToxicityPredictor](https://cheminfo.github.io/openchemlib-js/classes/ToxicityPredictor.html)
|
|
50
52
|
|
|
51
53
|
### Modules present only in full build
|
|
52
54
|
|
|
53
|
-
- [StructureEditor](https://cheminfo.github.io/openchemlib-js/classes/
|
|
54
|
-
- [StructureView](https://cheminfo.github.io/openchemlib-js/modules/
|
|
55
|
-
- [SVGRenderer](https://cheminfo.github.io/openchemlib-js/modules/
|
|
55
|
+
- [StructureEditor](https://cheminfo.github.io/openchemlib-js/classes/StructureEditor.html)
|
|
56
|
+
- [StructureView](https://cheminfo.github.io/openchemlib-js/modules/StructureView.html)
|
|
57
|
+
- [SVGRenderer](https://cheminfo.github.io/openchemlib-js/modules/SVGRenderer.html)
|
|
56
58
|
|
|
57
59
|
## Development
|
|
58
60
|
|
|
@@ -103,7 +105,7 @@ Copy the required java files from the openchemlib project.
|
|
|
103
105
|
|
|
104
106
|
[npm-image]: https://img.shields.io/npm/v/openchemlib.svg
|
|
105
107
|
[npm-url]: https://www.npmjs.com/package/openchemlib
|
|
106
|
-
[ci-image]: https://github.com/cheminfo/openchemlib-js/workflows/Node.js%20CI/badge.svg?branch=
|
|
108
|
+
[ci-image]: https://github.com/cheminfo/openchemlib-js/workflows/Node.js%20CI/badge.svg?branch=main
|
|
107
109
|
[ci-url]: https://github.com/cheminfo/openchemlib-js/actions?query=workflow%3A%22Node.js+CI%22
|
|
108
110
|
[download-image]: https://img.shields.io/npm/dm/openchemlib.svg
|
|
109
111
|
[download-url]: https://www.npmjs.com/package/openchemlib
|
package/core.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './minimal';
|
|
2
2
|
export {
|
|
3
|
+
CanonizerUtil,
|
|
3
4
|
IParameterizedString,
|
|
4
5
|
MoleculeProperties,
|
|
5
6
|
DruglikenessPredictor,
|
|
@@ -7,5 +8,5 @@ export {
|
|
|
7
8
|
ToxicityPredictor,
|
|
8
9
|
IInitializeConformersOptions,
|
|
9
10
|
ConformerGenerator,
|
|
10
|
-
ForceFieldMMFF94
|
|
11
|
+
ForceFieldMMFF94,
|
|
11
12
|
} from './types';
|