@platforma-open/milaboratories.tcr-clustering.gliph-runner 1.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"docker","platform":"linux-x64","remoteArtifactLocation":"quay.io/milaboratories/pl-containers:platforma-open.milaboratories.tcr-clustering.gliph-runner.runner.586ba581c0cb","entrypoint":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"@platforma-open/milaboratories.tcr-clustering.gliph-runner:runner","isDev":true,"docker":{"tag":"quay.io/milaboratories/pl-containers:platforma-open.milaboratories.tcr-clustering.gliph-runner.runner.586ba581c0cb","entrypoint":[],"cmd":["Rscript","/app/run_gliph2.R"],"pkg":"/app"}}
|
package/package.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@platforma-open/milaboratories.tcr-clustering.gliph-runner",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "GLIPH2 runner: a docker image (R + turboGliph, baked run_gliph2.R) that builds the GLIPH2 clone_network for the GLIPH2 + Leiden clustering engine.",
|
|
5
|
+
"files": [
|
|
6
|
+
"./dist/**/*"
|
|
7
|
+
],
|
|
8
|
+
"type": "module",
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@platforma-open/milaboratories.runenv-python-3": "^1.7.3",
|
|
11
|
+
"@platforma-sdk/block-tools": "2.12.1",
|
|
12
|
+
"shx": "^0.4.0"
|
|
13
|
+
},
|
|
14
|
+
"block-software": {
|
|
15
|
+
"entrypoints": {
|
|
16
|
+
"runner": {
|
|
17
|
+
"docker": {
|
|
18
|
+
"artifact": {
|
|
19
|
+
"type": "docker",
|
|
20
|
+
"context": "./context",
|
|
21
|
+
"dockerfile": "Dockerfile"
|
|
22
|
+
},
|
|
23
|
+
"cmd": [
|
|
24
|
+
"Rscript",
|
|
25
|
+
"/app/run_gliph2.R"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "block-tools software build",
|
|
33
|
+
"do-pack": "shx rm -f *.tgz && block-tools software build && pnpm pack && shx mv platforma-open*.tgz package.tgz",
|
|
34
|
+
"changeset": "changeset",
|
|
35
|
+
"version-packages": "changeset version"
|
|
36
|
+
}
|
|
37
|
+
}
|