openchemlib 7.3.0 → 7.4.3

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 CHANGED
@@ -3,6 +3,8 @@
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
+ [![DOI](https://www.zenodo.org/badge/23346814.svg)](https://www.zenodo.org/badge/latestdoi/23346814)
7
+
6
8
 
7
9
  JavaScript port of the [OpenChemLib](https://github.com/actelion/openchemlib) Java library.
8
10
 
@@ -27,32 +29,32 @@ if bundle size matters and prediction functionalities are not needed.
27
29
  The `full` build (`require('openchemlib/full')`) build is the largest build.
28
30
  It contains a structure viewer and a structure editor for browser applications.
29
31
 
30
- - [TypeDoc home page](https://cheminfo.github.io/openchemlib-js/docs/globals.html)
32
+ - [TypeDoc home page](https://cheminfo.github.io/openchemlib-js/globals.html)
31
33
 
32
34
  ### Modules present in minimal, core and full builds
33
35
 
34
- - [Molecule](https://cheminfo.github.io/openchemlib-js/docs/classes/molecule.html)
35
- - [Reaction](https://cheminfo.github.io/openchemlib-js/docs/classes/reaction.html)
36
- - [RingCollection](https://cheminfo.github.io/openchemlib-js/docs/classes/ringcollection.html)
37
- - [SDFileParser](https://cheminfo.github.io/openchemlib-js/docs/classes/sdfileparser.html)
38
- - [SSSearcher](https://cheminfo.github.io/openchemlib-js/docs/classes/sssearcher.html)
39
- - [SSSearcherWithIndex](https://cheminfo.github.io/openchemlib-js/docs/classes/sssearcherwithindex.html)
40
- - [Util](https://cheminfo.github.io/openchemlib-js/docs/modules/util.html)
36
+ - [Molecule](https://cheminfo.github.io/openchemlib-js/classes/molecule.html)
37
+ - [Reaction](https://cheminfo.github.io/openchemlib-js/classes/reaction.html)
38
+ - [RingCollection](https://cheminfo.github.io/openchemlib-js/classes/ringcollection.html)
39
+ - [SDFileParser](https://cheminfo.github.io/openchemlib-js/classes/sdfileparser.html)
40
+ - [SSSearcher](https://cheminfo.github.io/openchemlib-js/classes/sssearcher.html)
41
+ - [SSSearcherWithIndex](https://cheminfo.github.io/openchemlib-js/classes/sssearcherwithindex.html)
42
+ - [Util](https://cheminfo.github.io/openchemlib-js/modules/util.html)
41
43
 
42
44
  ### Modules present only in core and full builds
43
45
 
44
- - [ConformerGenerator](https://cheminfo.github.io/openchemlib-js/docs/classes/conformergenerator.html)
45
- - [DruglikenessPredictor](https://cheminfo.github.io/openchemlib-js/docs/classes/druglikenesspredictor.html)
46
- - [DrugScoreCalculator](https://cheminfo.github.io/openchemlib-js/docs/modules/drugscorecalculator.html)
47
- - [ForceFieldMMFF94](https://cheminfo.github.io/openchemlib-js/docs/classes/forcefieldmmff94.html)
48
- - [MoleculeProperties](https://cheminfo.github.io/openchemlib-js/docs/classes/moleculeproperties.html)
49
- - [ToxicityPredictor](https://cheminfo.github.io/openchemlib-js/docs/classes/toxicitypredictor.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/docs/classes/structureeditor.html)
54
- - [StructureView](https://cheminfo.github.io/openchemlib-js/docs/modules/structureview.html)
55
- - [SVGRenderer](https://cheminfo.github.io/openchemlib-js/docs/modules/svgrenderer.html)
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