@datagrok/bio 2.16.5 → 2.16.6
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/CHANGELOG.md +13 -2
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +2 -2
- package/dist/package.js.map +1 -1
- package/package.json +2 -2
- package/src/package.ts +2 -1
- package/src/tests/monomer-libraries-tests.ts +1 -0
- package/src/tests/seq-handler-get-helm-tests.ts +2 -2
- package/src/utils/helm-to-molfile/converter/converter.ts +12 -33
- package/src/utils/helm-to-molfile/converter/simple-polymer.ts +4 -2
- package/src/utils/monomer-lib/monomer-lib-base.ts +4 -0
- package/src/utils/monomer-lib/monomer-lib.ts +3 -5
- package/src/utils/seq-helper/seq-handler.ts +7 -9
- package/src/utils/seq-helper/seq-helper.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
# Bio changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 2.16.6 (2024-10-22)
|
|
4
4
|
|
|
5
5
|
### Bug fixes
|
|
6
6
|
|
|
7
|
-
*
|
|
7
|
+
* Fix toAtomicLevel using pseudo molfile with removed gaps
|
|
8
|
+
* Fix toAtomicLevel Helm parser to clean symbols square brackets
|
|
9
|
+
* Fix toAtomicLevel using column's overridden monomer lib
|
|
10
|
+
* Fix OverriddenMonomerLibrary for added monomers as not missed
|
|
11
|
+
* Fix SeqHandler getValue of type MacromoleculeValueBase
|
|
12
|
+
* Fix monomerLibraries override test
|
|
13
|
+
|
|
14
|
+
## 2.16.5 (2024-10-18)
|
|
15
|
+
|
|
16
|
+
### Bug fixes
|
|
17
|
+
|
|
18
|
+
* WebLogo: fix compatibility with column types and fix aggregations
|
|
8
19
|
* Monomer manager: Fix validations
|
|
9
20
|
|
|
10
21
|
### Features
|