@datagrok-libraries/bio 5.42.14 → 5.42.15
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 -0
- package/package.json +1 -1
- package/src/tests/monomer-lib-tests.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"friendlyName": "Datagrok bio library",
|
|
11
|
-
"version": "5.42.
|
|
11
|
+
"version": "5.42.15",
|
|
12
12
|
"description": "Bio utilities, types supporting Macromolecule, Molecule3D data",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@datagrok-libraries/chem-meta": "^1.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expectObject } from '@datagrok-libraries/utils/src/test';
|
|
2
2
|
/** Summary for HELMCoreLibrary.json */
|
|
3
|
-
export const defaultMonomerLibSummary = { 'PEPTIDE':
|
|
3
|
+
export const defaultMonomerLibSummary = { 'PEPTIDE': 324, 'RNA': 383, 'CHEM': 0 };
|
|
4
4
|
export function expectMonomerLib(lib, summary) {
|
|
5
5
|
const exp = summary ?? defaultMonomerLibSummary;
|
|
6
6
|
const act = lib.getSummaryObj();
|