@datagrok/sequence-translator 1.4.3 → 1.4.4
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 -0
- package/dist/package-test.js +2 -1
- package/dist/package-test.js.LICENSE.txt +8 -0
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/files/polytool-rules/rules_example.json +3 -3
- package/files/samples/cyclized.csv +2 -1
- package/package.json +2 -2
- package/src/polytool/pt-conversion.ts +176 -9
- package/src/polytool/pt-dialog.ts +6 -23
- package/src/polytool/types.ts +18 -0
- package/src/tests/polytool-chain-from-notation-tests.ts +45 -0
- package/src/tests/toAtomicLevel-tests.ts +25 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Sequence Translator changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.4 (2024-09-30)
|
|
4
|
+
|
|
5
|
+
### New features
|
|
6
|
+
|
|
7
|
+
* Add convert with reaction rules
|
|
8
|
+
|
|
9
|
+
### Bug fixes
|
|
10
|
+
|
|
11
|
+
* Fix sample reaction rule and monomer order
|
|
12
|
+
* Fix isolate PolyTool convert error on row
|
|
13
|
+
* Fix adding test for Chain .fromNotation
|
|
14
|
+
* Fix adding test toAtomicLevel getNewMonomer
|
|
15
|
+
|
|
3
16
|
## 1.4.3 (2024-09-27)
|
|
4
17
|
|
|
5
18
|
### Features
|