@platforma-open/milaboratories.repertoire-diversity-2 2.0.35 → 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 +10 -9
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.repertoire-diversity-2",
|
|
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-sdk/model": "1.
|
|
10
|
-
"@platforma-open/milaboratories.repertoire-diversity-2.workflow": "
|
|
11
|
-
"@platforma-open/milaboratories.repertoire-diversity-2.model": "
|
|
12
|
-
"@platforma-open/milaboratories.repertoire-diversity-2.ui": "
|
|
9
|
+
"@platforma-sdk/model": "1.64.0",
|
|
10
|
+
"@platforma-open/milaboratories.repertoire-diversity-2.workflow": "2.0.0",
|
|
11
|
+
"@platforma-open/milaboratories.repertoire-diversity-2.model": "2.0.0",
|
|
12
|
+
"@platforma-open/milaboratories.repertoire-diversity-2.ui": "2.0.0"
|
|
13
13
|
},
|
|
14
14
|
"block": {
|
|
15
15
|
"components": {
|
|
@@ -18,18 +18,19 @@
|
|
|
18
18
|
"ui": "@platforma-open/milaboratories.repertoire-diversity-2.ui/dist"
|
|
19
19
|
},
|
|
20
20
|
"meta": {
|
|
21
|
-
"title": "
|
|
21
|
+
"title": "Sequence Diversity Analysis",
|
|
22
22
|
"logo": "file:../logos/block-logo.png",
|
|
23
23
|
"url": "https://github.com/platforma-open/repertoire-diversity",
|
|
24
24
|
"docs": "https://docs.platforma.bio/guides/vdj-analysis/diversity-analysis/",
|
|
25
25
|
"support": "mailto:support@milaboratories.com",
|
|
26
|
-
"description": "Calculates
|
|
26
|
+
"description": "Calculates diversity metrics — richness estimators (Chao1, Efron-Thisted), evenness indices (Shannon-Wiener, Inverse Simpson), and dominance measures (D50, Gini) — to characterize clonotype or peptide library composition across samples.",
|
|
27
27
|
"longDescription": "file:../docs/description.md",
|
|
28
28
|
"changelog": "file:./CHANGELOG.md",
|
|
29
29
|
"tags": [
|
|
30
30
|
"airr",
|
|
31
31
|
"downstream",
|
|
32
|
-
"repertoire"
|
|
32
|
+
"repertoire",
|
|
33
|
+
"peptide"
|
|
33
34
|
],
|
|
34
35
|
"organization": {
|
|
35
36
|
"name": "MiLaboratories Inc",
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
}
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"@platforma-sdk/block-tools": "2.
|
|
44
|
+
"@platforma-sdk/block-tools": "2.7.25"
|
|
44
45
|
},
|
|
45
46
|
"scripts": {
|
|
46
47
|
"build": "shx rm -rf ./block-pack && block-tools pack",
|