@platforma-open/milaboratories.tcrdisco-enrichment 1.1.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 +50 -0
package/package.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@platforma-open/milaboratories.tcrdisco-enrichment",
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"files": [
|
|
5
|
+
"index.d.ts",
|
|
6
|
+
"index.js"
|
|
7
|
+
],
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@platforma-sdk/model": "^1.45.35",
|
|
10
|
+
"@platforma-open/milaboratories.tcrdisco-enrichment.workflow": "1.1.0",
|
|
11
|
+
"@platforma-open/milaboratories.tcrdisco-enrichment.model": "1.1.0",
|
|
12
|
+
"@platforma-open/milaboratories.tcrdisco-enrichment.ui": "1.1.0",
|
|
13
|
+
"@platforma-open/milaboratories.run-tcrdisco-enrichment.software": "1.1.0"
|
|
14
|
+
},
|
|
15
|
+
"block": {
|
|
16
|
+
"components": {
|
|
17
|
+
"workflow": "@platforma-open/milaboratories.tcrdisco-enrichment.workflow/dist/tengo/tpl/main.plj.gz",
|
|
18
|
+
"model": "@platforma-open/milaboratories.tcrdisco-enrichment.model/dist/model.json",
|
|
19
|
+
"ui": "@platforma-open/milaboratories.tcrdisco-enrichment.ui/dist"
|
|
20
|
+
},
|
|
21
|
+
"meta": {
|
|
22
|
+
"title": "TCR Disco",
|
|
23
|
+
"logo": "file:../logos/block-logo.png",
|
|
24
|
+
"url": "https://github.com/platforma-open/tcrdisco-enrichment",
|
|
25
|
+
"support": "mailto:support@milaboratories.com",
|
|
26
|
+
"description": "Calculates differential abundances of clonotypes between conditions in TCR alpha and beta chains using DESeq2.",
|
|
27
|
+
"longDescription": "file:../docs/description.md",
|
|
28
|
+
"changelog": "file:../CHANGELOG.md",
|
|
29
|
+
"tags": [
|
|
30
|
+
"vdj",
|
|
31
|
+
"tcr",
|
|
32
|
+
"downstream"
|
|
33
|
+
],
|
|
34
|
+
"organization": {
|
|
35
|
+
"name": "Miltenyi Biotec",
|
|
36
|
+
"url": "https://www.miltenyibiotec.com/",
|
|
37
|
+
"logo": "file:../logos/organization-logo.png"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@platforma-sdk/block-tools": "^2.6.29"
|
|
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://prod-miltenyi-registry-euce1/pub/releases/?region=eu-central-1'",
|
|
48
|
+
"do-pack": "rm -f *.tgz && block-tools pack && pnpm pack && mv *.tgz package.tgz"
|
|
49
|
+
}
|
|
50
|
+
}
|