@platforma-open/milaboratories.redefine-clonotypes 1.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 +50 -0
package/package.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@platforma-open/milaboratories.redefine-clonotypes",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"files": [
|
|
5
|
+
"index.d.ts",
|
|
6
|
+
"index.js"
|
|
7
|
+
],
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@platforma-sdk/model": "^1.42.36",
|
|
10
|
+
"@platforma-open/milaboratories.redefine-clonotypes.model": "1.0.1",
|
|
11
|
+
"@platforma-open/milaboratories.redefine-clonotypes.ui": "1.0.1",
|
|
12
|
+
"@platforma-open/milaboratories.redefine-clonotypes.workflow": "1.0.1"
|
|
13
|
+
},
|
|
14
|
+
"block": {
|
|
15
|
+
"components": {
|
|
16
|
+
"workflow": "@platforma-open/milaboratories.redefine-clonotypes.workflow/dist/tengo/tpl/main.plj.gz",
|
|
17
|
+
"model": "@platforma-open/milaboratories.redefine-clonotypes.model/dist/model.json",
|
|
18
|
+
"ui": "@platforma-open/milaboratories.redefine-clonotypes.ui/dist"
|
|
19
|
+
},
|
|
20
|
+
"meta": {
|
|
21
|
+
"title": "Redefine Clonotypes",
|
|
22
|
+
"logo": "file:../logos/block-logo.png",
|
|
23
|
+
"url": "https://github.com/platforma-open/milaboratories.redefine-clonotypes",
|
|
24
|
+
"support": "mailto:support@milaboratories.com",
|
|
25
|
+
"description": "Redefines clonotype definition by re-grouping them based on a new set of features and recalculates abundances.",
|
|
26
|
+
"longDescription": "file:../docs/description.md",
|
|
27
|
+
"changelog": "file:../CHANGELOG.md",
|
|
28
|
+
"tags": [
|
|
29
|
+
"VDJ",
|
|
30
|
+
"clonotype",
|
|
31
|
+
"redefine",
|
|
32
|
+
"abundance"
|
|
33
|
+
],
|
|
34
|
+
"organization": {
|
|
35
|
+
"name": "MiLaboratories Inc",
|
|
36
|
+
"url": "https://milaboratories.com/",
|
|
37
|
+
"logo": "file:../logos/organization-logo.png"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@platforma-sdk/block-tools": "^2.5.92"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
|
|
46
|
+
"build": "rm -rf ./block-pack && block-tools pack",
|
|
47
|
+
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'",
|
|
48
|
+
"do-pack": "rm -f *.tgz && block-tools pack && pnpm pack && mv *.tgz package.tgz"
|
|
49
|
+
}
|
|
50
|
+
}
|