@datagrok/helm 2.1.0 → 2.1.2
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 +1 -1
- package/dist/package-test.js +90 -28
- package/dist/package.js +1446 -58746
- package/package.json +7 -11
- package/src/cell-renderer.ts +2 -2
- package/src/package.ts +2 -1
- package/jest.config.js +0 -34
- package/src/__jest__/remote.test.ts +0 -69
- package/src/__jest__/test-node.ts +0 -96
- package/test-Helm-3afbd4014fa1-27e36d83.html +0 -246
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ non-natural monomers and complex attachment points.
|
|
|
18
18
|
* Substructure search
|
|
19
19
|
* Similarity search
|
|
20
20
|
* Calculators (mol weight, mol formula, extinction coefficient, )
|
|
21
|
-
* Data augmentation (show relevant information in the
|
|
21
|
+
* Data augmentation (show relevant information in the context panel)
|
|
22
22
|
|
|
23
23
|
### Advanced features
|
|
24
24
|
* Integration with the [HELM2WebService](https://github.com/PistoiaHELM/HELM2WebService) (calculations, images, etc)
|