@datagrok/peptides 1.11.3 → 1.12.0
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 +6 -9
- package/dist/package-test.js +2 -2
- package/dist/package.js +2 -2
- package/package.json +2 -2
- package/src/model.ts +57 -86
- package/src/package.ts +0 -1
- package/src/tests/widgets.ts +2 -54
- package/src/utils/misc.ts +2 -12
- package/src/viewers/sar-viewer.ts +2 -0
- package/src/widgets/distribution.ts +2 -0
- package/src/widgets/manual-alignment.ts +3 -7
- package/src/widgets/peptides.ts +18 -17
- package/src/widgets/selection.ts +31 -0
- package/src/widgets/settings.ts +11 -1
- package/src/widgets/similarity.ts +0 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
-
## 1.12.0 (
|
|
3
|
+
## 1.12.0 (2023-08-30)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
7
|
+
* Added sequence identity and similairty functionality.
|
|
8
|
+
* Peptides moved to Bio > Analyze > SAR.
|
|
9
|
+
* Added tooltips for all inputs and buttons.
|
|
10
|
+
* Added Selection panel which shows the current selection as a separate table.
|
|
11
|
+
* UI/UX improvements.
|
|
12
12
|
|
|
13
13
|
### Bug Fixes
|
|
14
14
|
|
|
15
15
|
* Fixed table view tooltips.
|
|
16
16
|
* Fixed selection with WebLogo in the column header.
|
|
17
|
-
* Fixed identity scoring formula.
|
|
18
17
|
* Fixed table view couldn't be filtered by monomer position columns.
|
|
19
|
-
* Fixed identity panel not considering filtered table view.
|
|
20
|
-
* Fixed the Identity button not disabling on incorrect input.
|
|
21
18
|
|
|
22
19
|
## 1.11.0 (2023-08-03)
|
|
23
20
|
|