@platforma-open/milaboratories.top-antibodies 2.1.10 → 3.0.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/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.top-antibodies",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@platforma-open/milaboratories.top-antibodies.model": "
|
|
10
|
-
"@platforma-open/milaboratories.top-antibodies.workflow": "
|
|
11
|
-
"@platforma-open/milaboratories.top-antibodies.ui": "
|
|
9
|
+
"@platforma-open/milaboratories.top-antibodies.model": "4.0.0",
|
|
10
|
+
"@platforma-open/milaboratories.top-antibodies.workflow": "4.0.0",
|
|
11
|
+
"@platforma-open/milaboratories.top-antibodies.ui": "4.0.0"
|
|
12
12
|
},
|
|
13
13
|
"block": {
|
|
14
14
|
"components": {
|
|
@@ -17,17 +17,18 @@
|
|
|
17
17
|
"ui": "@platforma-open/milaboratories.top-antibodies.ui/dist"
|
|
18
18
|
},
|
|
19
19
|
"meta": {
|
|
20
|
-
"title": "
|
|
20
|
+
"title": "Lead Selection",
|
|
21
21
|
"logo": "file:../logos/block-logo.png",
|
|
22
22
|
"url": "https://github.com/platforma-open/antibody-tcr-lead-selection",
|
|
23
23
|
"docs": "https://docs.platforma.bio/guides/antibody-discovery/lead-selection/",
|
|
24
24
|
"support": "mailto:support@milaboratories.com",
|
|
25
|
-
"description": "Ranks and selects top
|
|
25
|
+
"description": "Ranks and selects top lead candidates (antibodies, TCRs, or peptides) using configurable scoring, filtering, and diversified ranking with built-in workflow presets.",
|
|
26
26
|
"longDescription": "file:../docs/description.md",
|
|
27
27
|
"changelog": "file:../CHANGELOG.md",
|
|
28
28
|
"tags": [
|
|
29
29
|
"airr",
|
|
30
|
-
"downstream"
|
|
30
|
+
"downstream",
|
|
31
|
+
"peptide"
|
|
31
32
|
],
|
|
32
33
|
"organization": {
|
|
33
34
|
"name": "MiLaboratories Inc",
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
}
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@platforma-sdk/block-tools": "2.7.
|
|
41
|
+
"@platforma-sdk/block-tools": "2.7.18"
|
|
41
42
|
},
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "shx rm -rf block-pack/* && block-tools pack",
|