@platforma-open/milaboratories.immune-assay-data 1.3.6 → 1.4.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.immune-assay-data",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@platforma-open/milaboratories.immune-assay-data.
|
|
10
|
-
"@platforma-open/milaboratories.immune-assay-data.ui": "1.
|
|
11
|
-
"@platforma-open/milaboratories.immune-assay-data.
|
|
9
|
+
"@platforma-open/milaboratories.immune-assay-data.workflow": "1.13.0",
|
|
10
|
+
"@platforma-open/milaboratories.immune-assay-data.ui": "1.8.0",
|
|
11
|
+
"@platforma-open/milaboratories.immune-assay-data.model": "1.9.0"
|
|
12
12
|
},
|
|
13
13
|
"block": {
|
|
14
14
|
"components": {
|
|
@@ -17,18 +17,19 @@
|
|
|
17
17
|
"ui": "@platforma-open/milaboratories.immune-assay-data.ui/dist"
|
|
18
18
|
},
|
|
19
19
|
"meta": {
|
|
20
|
-
"title": "
|
|
20
|
+
"title": "Import Assay Data",
|
|
21
21
|
"logo": "file:../logos/block-logo.png",
|
|
22
22
|
"url": "https://github.com/platforma-open/immune-assay-data",
|
|
23
23
|
"docs": "https://docs.platforma.bio/guides/antibody-discovery/functinal-assay-data/",
|
|
24
24
|
"support": "mailto:support@milaboratories.com",
|
|
25
|
-
"description": "Imports
|
|
25
|
+
"description": "Imports assay data and uses MMseqs2 to align its sequences to clonotypes or peptides and assign functional annotations.",
|
|
26
26
|
"longDescription": "file:../docs/description.md",
|
|
27
27
|
"changelog": "file:../CHANGELOG.md",
|
|
28
28
|
"tags": [
|
|
29
29
|
"airr",
|
|
30
30
|
"downstream",
|
|
31
|
-
"assay"
|
|
31
|
+
"assay",
|
|
32
|
+
"peptide"
|
|
32
33
|
],
|
|
33
34
|
"organization": {
|
|
34
35
|
"name": "MiLaboratories Inc",
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
}
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@platforma-sdk/block-tools": "2.
|
|
48
|
+
"@platforma-sdk/block-tools": "2.8.2"
|
|
48
49
|
},
|
|
49
50
|
"scripts": {
|
|
50
51
|
"build": "rm -rf block-pack/* && block-tools pack",
|