@platforma-open/milaboratories.sequence-embeddings 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 +53 -0
package/package.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@platforma-open/milaboratories.sequence-embeddings",
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"files": [
|
|
5
|
+
"index.d.ts",
|
|
6
|
+
"index.js"
|
|
7
|
+
],
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@platforma-sdk/model": "1.79.6",
|
|
10
|
+
"@platforma-open/milaboratories.sequence-embeddings.workflow": "1.1.0",
|
|
11
|
+
"@platforma-open/milaboratories.sequence-embeddings.ui": "1.1.0",
|
|
12
|
+
"@platforma-open/milaboratories.sequence-embeddings.model": "1.1.0"
|
|
13
|
+
},
|
|
14
|
+
"block": {
|
|
15
|
+
"components": {
|
|
16
|
+
"workflow": "@platforma-open/milaboratories.sequence-embeddings.workflow/dist/tengo/tpl/main.plj.gz",
|
|
17
|
+
"model": "@platforma-open/milaboratories.sequence-embeddings.model/dist/model.json",
|
|
18
|
+
"ui": "@platforma-open/milaboratories.sequence-embeddings.ui/dist"
|
|
19
|
+
},
|
|
20
|
+
"meta": {
|
|
21
|
+
"title": "Sequence Embeddings",
|
|
22
|
+
"logo": "file:../logos/block-logo.png",
|
|
23
|
+
"url": "https://github.com/platforma-open/sequence-embeddings",
|
|
24
|
+
"support": "mailto:support@milaboratories.com",
|
|
25
|
+
"description": "Per-sequence vector embeddings for peptide and antibody/TCR datasets via ESM-2 (universal protein language model).",
|
|
26
|
+
"longDescription": "file:../docs/description.md",
|
|
27
|
+
"changelog": "file:../CHANGELOG.md",
|
|
28
|
+
"tags": [
|
|
29
|
+
"airr",
|
|
30
|
+
"downstream",
|
|
31
|
+
"peptide",
|
|
32
|
+
"embeddings"
|
|
33
|
+
],
|
|
34
|
+
"supportedPlatforms": [
|
|
35
|
+
"linux-x64",
|
|
36
|
+
"macosx-aarch64"
|
|
37
|
+
],
|
|
38
|
+
"organization": {
|
|
39
|
+
"name": "MiLaboratories Inc",
|
|
40
|
+
"url": "https://milaboratories.com/",
|
|
41
|
+
"logo": "file:../logos/organization-logo.png"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@platforma-sdk/block-tools": "2.10.19"
|
|
47
|
+
},
|
|
48
|
+
"scripts": {
|
|
49
|
+
"build": "shx rm -rf ./block-pack && block-tools pack",
|
|
50
|
+
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'",
|
|
51
|
+
"do-pack": "shx rm -f *.tgz && block-tools pack && pnpm pack && shx mv *.tgz package.tgz"
|
|
52
|
+
}
|
|
53
|
+
}
|