@datagrok/helm 2.1.5 → 2.1.7

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
@@ -1,16 +1,17 @@
1
1
  # HELM
2
2
 
3
- Provides support for [HELM notation](https://pistoiaalliance.atlassian.net/wiki/spaces/HELM/overview)
3
+ Provides support for [HELM notation](https://pistoiaalliance.atlassian.net/wiki/spaces/HELM/overview)
4
4
  (Hierarchical Editing Language for Macromolecules) -
5
- a single notation that can encode the structure of complex biomolecules including diverse polymers,
5
+ a single notation that can encode the structure of complex biomolecules including diverse polymers,
6
6
  non-natural monomers and complex attachment points.
7
7
 
8
- [Andrew Skalkin](https://github.com/skalkin) |
8
+ [Andrew Skalkin](https://github.com/skalkin) |
9
9
  [issue tracker](https://github.com/datagrok-ai/public/issues/700) | beta
10
10
 
11
- ![](vendor/helm-rendering.png)
11
+ ![helm-rendering](vendor/helm-rendering.png)
12
+
13
+ ## Features
12
14
 
13
- ### Features
14
15
  * Automatic detection of HELM values in datasets
15
16
  * Rendering in the spreadsheet
16
17
  * Editing
@@ -20,7 +21,8 @@ non-natural monomers and complex attachment points.
20
21
  * Calculators (mol weight, mol formula, extinction coefficient, )
21
22
  * Data augmentation (show relevant information in the context panel)
22
23
 
23
- ### Advanced features
24
+ ## Advanced features
25
+
24
26
  * Integration with the [HELM2WebService](https://github.com/PistoiaHELM/HELM2WebService) (calculations, images, etc)
25
27
  * Support for company-specific monomer libraries
26
28
  * Management tool for monomer libraries (integrated with the security and privileges)
@@ -28,9 +30,10 @@ non-natural monomers and complex attachment points.
28
30
  * HELM space (UMAP or t-SNE based on the distance)
29
31
  * Activity cliffs analysis (based on the HELM space)
30
32
 
31
- Kudos to Pistoia alliance for open-sourcing the [HELM Web Editor](https://github.com/PistoiaHELM/HELMWebEditor)
32
- that is used in this integration.
33
+ Kudos to Pistoia alliance for open-sourcing the [HELM Web Editor](https://github.com/PistoiaHELM/HELMWebEditor)
34
+ that is used in this integration.
33
35
 
34
36
  See also:
35
- * https://pistoiaalliance.atlassian.net/wiki/spaces/HELM/overview
36
- * https://github.com/PistoiaHELM/HELMWebEditor
37
+
38
+ * <https://pistoiaalliance.atlassian.net/wiki/spaces/HELM/overview>
39
+ * <https://github.com/PistoiaHELM/HELMWebEditor>