@platforma-open/milaboratories.clonotype-clustering 2.7.17 → 3.0.1
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.clonotype-clustering",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@platforma-open/milaboratories.clonotype-clustering.
|
|
10
|
-
"@platforma-open/milaboratories.clonotype-clustering.model": "
|
|
11
|
-
"@platforma-open/milaboratories.clonotype-clustering.
|
|
9
|
+
"@platforma-open/milaboratories.clonotype-clustering.ui": "4.0.1",
|
|
10
|
+
"@platforma-open/milaboratories.clonotype-clustering.model": "3.0.0",
|
|
11
|
+
"@platforma-open/milaboratories.clonotype-clustering.workflow": "4.0.0"
|
|
12
12
|
},
|
|
13
13
|
"block": {
|
|
14
14
|
"components": {
|
|
@@ -17,18 +17,19 @@
|
|
|
17
17
|
"ui": "@platforma-open/milaboratories.clonotype-clustering.ui/dist"
|
|
18
18
|
},
|
|
19
19
|
"meta": {
|
|
20
|
-
"title": "
|
|
20
|
+
"title": "Sequence Clustering",
|
|
21
21
|
"logo": "file:../logos/block-logo.png",
|
|
22
22
|
"url": "https://github.com/platforma-open/clonotype-clustering",
|
|
23
23
|
"docs": "https://docs.platforma.bio/guides/antibody-discovery/antibody-clustering/",
|
|
24
24
|
"support": "mailto:support@milaboratories.com",
|
|
25
|
-
"description": "Groups similar clonotypes into clusters based on
|
|
25
|
+
"description": "Groups similar sequences (clonotypes or peptides) into clusters based on similarity using MMseqs2.",
|
|
26
26
|
"longDescription": "file:../docs/description.md",
|
|
27
27
|
"changelog": "file:../CHANGELOG.md",
|
|
28
28
|
"tags": [
|
|
29
29
|
"airr",
|
|
30
30
|
"downstream",
|
|
31
|
-
"clustering"
|
|
31
|
+
"clustering",
|
|
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.7.
|
|
48
|
+
"@platforma-sdk/block-tools": "2.7.18"
|
|
48
49
|
},
|
|
49
50
|
"scripts": {
|
|
50
51
|
"build": "shx rm -rf ./block-pack && block-tools pack",
|