@datagrok/bio 1.7.13 → 1.7.14
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@datagrok/bio",
|
|
3
3
|
"beta": false,
|
|
4
4
|
"friendlyName": "Bio",
|
|
5
|
-
"version": "1.7.
|
|
5
|
+
"version": "1.7.14",
|
|
6
6
|
"description": "Bio is a [package](https://datagrok.ai/help/develop/develop#packages) for the [Datagrok](https://datagrok.ai) platform",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"link-bio": "npm link @datagrok-libraries/bio",
|
|
41
41
|
"link-ml": "npm link @datagrok-libraries/ml",
|
|
42
42
|
"link-all": "npm link datagrok-api @datagrok-libraries/utils @datagrok-libraries/bio @datagrok-libraries/ml",
|
|
43
|
-
"debug-sequences1": "grok publish
|
|
44
|
-
"release-sequences1": "grok publish --
|
|
43
|
+
"debug-sequences1": "grok publish",
|
|
44
|
+
"release-sequences1": "grok publish --release",
|
|
45
45
|
"build-sequences1": "webpack",
|
|
46
46
|
"debug-local": "grok publish local",
|
|
47
47
|
"release-local": "grok publish local --release",
|
|
48
48
|
"build": "webpack",
|
|
49
|
-
"debug-sequences1-public": "grok publish public
|
|
50
|
-
"release-sequences1-public": "grok publish public --
|
|
51
|
-
"debug-sequences1-local": "grok publish local
|
|
52
|
-
"release-sequences1-local": "grok publish local --
|
|
49
|
+
"debug-sequences1-public": "grok publish public",
|
|
50
|
+
"release-sequences1-public": "grok publish public --release",
|
|
51
|
+
"debug-sequences1-local": "grok publish local",
|
|
52
|
+
"release-sequences1-local": "grok publish local --release",
|
|
53
53
|
"lint": "eslint \"./src/**/*.ts\"",
|
|
54
54
|
"lint-fix": "eslint \"./src/**/*.ts\" --fix",
|
|
55
55
|
"test": "jest",
|
|
@@ -14,6 +14,13 @@ category('detectors', () => {
|
|
|
14
14
|
2
|
|
15
15
|
3`;
|
|
16
16
|
|
|
17
|
+
const csvDfEmpty: string = `id,col1
|
|
18
|
+
1,
|
|
19
|
+
2,
|
|
20
|
+
3,
|
|
21
|
+
4,
|
|
22
|
+
5,`;
|
|
23
|
+
|
|
17
24
|
const csvDf2: string = `col1
|
|
18
25
|
4
|
|
19
26
|
5
|
|
@@ -179,6 +186,7 @@ MWRSWY-CKHP
|
|
|
179
186
|
};
|
|
180
187
|
};
|
|
181
188
|
|
|
189
|
+
test('NegativeEmpty', async () => {await _testNeg(readCsv('csvDfEmpty', csvDfEmpty), 'col1'); });
|
|
182
190
|
test('Negative1', async () => { await _testNeg(readCsv('csvDf1', csvDf1), 'col1'); });
|
|
183
191
|
test('Negative2', async () => { await _testNeg(readCsv('csvDf2', csvDf2), 'col1'); });
|
|
184
192
|
test('Negative3', async () => { await _testNeg(readCsv('csvDf3', csvDf3), 'col1'); });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<html><head><meta charset="utf-8"/><title>Bio Test Report. Datagrok version datagrok/datagrok:latest SHA=34f75e5127b8. Commit
|
|
1
|
+
<html><head><meta charset="utf-8"/><title>Bio Test Report. Datagrok version datagrok/datagrok:latest SHA=34f75e5127b8. Commit 92b3a565.</title><style type="text/css">html,
|
|
2
2
|
body {
|
|
3
3
|
font-family: Arial, Helvetica, sans-serif;
|
|
4
4
|
font-size: 1rem;
|
|
@@ -229,7 +229,7 @@ header {
|
|
|
229
229
|
font-size: 1rem;
|
|
230
230
|
padding: 0 0.5rem;
|
|
231
231
|
}
|
|
232
|
-
</style></head><body><div id="jesthtml-content"><header><h1 id="title">Bio Test Report. Datagrok version datagrok/datagrok:latest SHA=34f75e5127b8. Commit
|
|
232
|
+
</style></head><body><div id="jesthtml-content"><header><h1 id="title">Bio Test Report. Datagrok version datagrok/datagrok:latest SHA=34f75e5127b8. Commit 92b3a565.</h1></header><div id="metadata-container"><div id="timestamp">Started: 2022-07-27 15:30:45</div><div id="summary"><div id="suite-summary"><div class="summary-total">Suites (1)</div><div class="summary-passed summary-empty">0 passed</div><div class="summary-failed">1 failed</div><div class="summary-pending summary-empty">0 pending</div></div><div id="test-summary"><div class="summary-total">Tests (1)</div><div class="summary-passed summary-empty">0 passed</div><div class="summary-failed">1 failed</div><div class="summary-pending summary-empty">0 pending</div></div></div></div><div id="suite-1" class="suite-container"><div class="suite-info"><div class="suite-path">/home/runner/work/public/public/packages/Bio/src/__jest__/remote.test.ts</div><div class="suite-time warn">209.012s</div></div><div class="suite-tests"><div class="test-result failed"><div class="test-info"><div class="test-suitename"> </div><div class="test-title">TEST</div><div class="test-status">failed</div><div class="test-duration">198.977s</div></div><div class="failureMessages"> <pre class="failureMsg">Error: Test result : Bio.MSA.is_correct : TypeError: Cannot read properties of undefined (reading 'split')
|
|
233
233
|
Test result : Bio.activityCliffs.activityCliffsOpen : Error: Expected "105 cliffs", got "2362 cliffs"
|
|
234
234
|
|
|
235
235
|
at /home/runner/work/public/public/packages/Bio/src/__jest__/remote.test.ts:67:20
|
|
@@ -263,6 +263,7 @@ Test result : Bio.WebLogo.monomerToText.longMonomerComplexFirstPartShort : OK
|
|
|
263
263
|
Test result : Bio.WebLogo.monomerToText.longMonomerComplexFirstPartLong56 : OK
|
|
264
264
|
Test result : Bio.Palettes.testPaletteN : OK
|
|
265
265
|
Test result : Bio.Palettes.testPaletteAA : OK
|
|
266
|
+
Test result : Bio.detectors.NegativeEmpty : OK
|
|
266
267
|
Test result : Bio.detectors.Negative1 : OK
|
|
267
268
|
Test result : Bio.detectors.Negative2 : OK
|
|
268
269
|
Test result : Bio.detectors.Negative3 : OK
|