Add superhuman module (ported from Generation-I dna-seq/just_superhuman)
Browse files- data/superhuman/manifest.json +32 -20
- data/superhuman/weights.parquet +2 -2
data/superhuman/manifest.json
CHANGED
|
@@ -2,29 +2,30 @@
|
|
| 2 |
"manifest_version": "1.0",
|
| 3 |
"schema_version": "1.0",
|
| 4 |
"identity": {
|
| 5 |
-
"namespace":
|
| 6 |
"name": "superhuman",
|
| 7 |
-
"version":
|
| 8 |
-
"canonical_id":
|
| 9 |
},
|
| 10 |
"display": {
|
| 11 |
"title": "Superhuman",
|
| 12 |
"description": "Elite performance and rare beneficial variants",
|
| 13 |
"report_title": "Superhuman / Elite Performance",
|
| 14 |
"icon": "zap",
|
|
|
|
| 15 |
"color": "#00b5ad"
|
| 16 |
},
|
| 17 |
"genome_build": "GRCh38",
|
| 18 |
"curator": "just-dna-seq",
|
| 19 |
"method": "expert-curated",
|
| 20 |
"license": null,
|
| 21 |
-
"owner":
|
| 22 |
"authors": [],
|
| 23 |
"created_at": null,
|
| 24 |
-
"published_at":
|
| 25 |
"stats": {
|
| 26 |
"variant_count": 100,
|
| 27 |
-
"weights_rows":
|
| 28 |
"study_count": 102,
|
| 29 |
"gene_count": 37,
|
| 30 |
"genes": [
|
|
@@ -66,26 +67,29 @@
|
|
| 66 |
"SLC30A8",
|
| 67 |
"TPH2"
|
| 68 |
],
|
| 69 |
-
"categories": []
|
|
|
|
|
|
|
|
|
|
| 70 |
},
|
| 71 |
"compilation": {
|
| 72 |
"compile_success": true,
|
| 73 |
-
"compiled_by":
|
| 74 |
-
"compiler_version": "just-dna-compiler 0.
|
| 75 |
-
"ensembl_reference":
|
| 76 |
-
"compiled_at": "2026-07-
|
| 77 |
"warnings": []
|
| 78 |
},
|
| 79 |
"inputs": [
|
| 80 |
{
|
| 81 |
"name": "module_spec.yaml",
|
| 82 |
-
"sha256": "sha256:
|
| 83 |
-
"size":
|
| 84 |
},
|
| 85 |
{
|
| 86 |
"name": "variants.csv",
|
| 87 |
-
"sha256": "sha256:
|
| 88 |
-
"size":
|
| 89 |
},
|
| 90 |
{
|
| 91 |
"name": "studies.csv",
|
|
@@ -94,12 +98,12 @@
|
|
| 94 |
}
|
| 95 |
],
|
| 96 |
"artifact": {
|
| 97 |
-
"digest": "sha256:
|
| 98 |
"files": [
|
| 99 |
{
|
| 100 |
"name": "weights.parquet",
|
| 101 |
-
"sha256": "sha256:
|
| 102 |
-
"size":
|
| 103 |
},
|
| 104 |
{
|
| 105 |
"name": "annotations.parquet",
|
|
@@ -116,8 +120,16 @@
|
|
| 116 |
"logs": [
|
| 117 |
{
|
| 118 |
"name": "v1_port.log",
|
| 119 |
-
"sha256": "sha256:
|
| 120 |
"size": 587
|
| 121 |
}
|
| 122 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
}
|
|
|
|
| 2 |
"manifest_version": "1.0",
|
| 3 |
"schema_version": "1.0",
|
| 4 |
"identity": {
|
| 5 |
+
"namespace": "just-dna-seq",
|
| 6 |
"name": "superhuman",
|
| 7 |
+
"version": "2.1.0",
|
| 8 |
+
"canonical_id": "just-dna-seq/superhuman@2.1.0"
|
| 9 |
},
|
| 10 |
"display": {
|
| 11 |
"title": "Superhuman",
|
| 12 |
"description": "Elite performance and rare beneficial variants",
|
| 13 |
"report_title": "Superhuman / Elite Performance",
|
| 14 |
"icon": "zap",
|
| 15 |
+
"icon_set": "fomantic",
|
| 16 |
"color": "#00b5ad"
|
| 17 |
},
|
| 18 |
"genome_build": "GRCh38",
|
| 19 |
"curator": "just-dna-seq",
|
| 20 |
"method": "expert-curated",
|
| 21 |
"license": null,
|
| 22 |
+
"owner": "just-dna-seq",
|
| 23 |
"authors": [],
|
| 24 |
"created_at": null,
|
| 25 |
+
"published_at": "2026-07-07T14:17:55Z",
|
| 26 |
"stats": {
|
| 27 |
"variant_count": 100,
|
| 28 |
+
"weights_rows": 188,
|
| 29 |
"study_count": 102,
|
| 30 |
"gene_count": 37,
|
| 31 |
"genes": [
|
|
|
|
| 67 |
"SLC30A8",
|
| 68 |
"TPH2"
|
| 69 |
],
|
| 70 |
+
"categories": [],
|
| 71 |
+
"clinvar_count": 0,
|
| 72 |
+
"pathogenic_count": 0,
|
| 73 |
+
"benign_count": 0
|
| 74 |
},
|
| 75 |
"compilation": {
|
| 76 |
"compile_success": true,
|
| 77 |
+
"compiled_by": "marketplace-server",
|
| 78 |
+
"compiler_version": "just-dna-compiler 0.2.0",
|
| 79 |
+
"ensembl_reference": "just-dna-seq/ensembl_variations",
|
| 80 |
+
"compiled_at": "2026-07-07T14:17:55Z",
|
| 81 |
"warnings": []
|
| 82 |
},
|
| 83 |
"inputs": [
|
| 84 |
{
|
| 85 |
"name": "module_spec.yaml",
|
| 86 |
+
"sha256": "sha256:e9d0378ce87450e46db630c9c1a0c3f1b11ee045939141a202c8ff728f680c4b",
|
| 87 |
+
"size": 339
|
| 88 |
},
|
| 89 |
{
|
| 90 |
"name": "variants.csv",
|
| 91 |
+
"sha256": "sha256:7ebe969881143ab33242d6b5d6d662b48bc9aaacd173a5a9e59245fccfd54eab",
|
| 92 |
+
"size": 22470
|
| 93 |
},
|
| 94 |
{
|
| 95 |
"name": "studies.csv",
|
|
|
|
| 98 |
}
|
| 99 |
],
|
| 100 |
"artifact": {
|
| 101 |
+
"digest": "sha256:c454840a5c605f43e184617ed65fcfd1eed2054f4225952a8c59e977d8ab7fb6",
|
| 102 |
"files": [
|
| 103 |
{
|
| 104 |
"name": "weights.parquet",
|
| 105 |
+
"sha256": "sha256:98e9ce8b2b2e901c5592012f547258cab387a5412e7286aa17d6300818d574ac",
|
| 106 |
+
"size": 9220
|
| 107 |
},
|
| 108 |
{
|
| 109 |
"name": "annotations.parquet",
|
|
|
|
| 120 |
"logs": [
|
| 121 |
{
|
| 122 |
"name": "v1_port.log",
|
| 123 |
+
"sha256": "sha256:5217d2c1e7723542668b662b8a9adf3a1aa171336b0552aaf55613a9a9b92cb3",
|
| 124 |
"size": 587
|
| 125 |
}
|
| 126 |
+
],
|
| 127 |
+
"provenance": null,
|
| 128 |
+
"panel": null,
|
| 129 |
+
"logo": {
|
| 130 |
+
"name": "logo.png",
|
| 131 |
+
"sha256": "sha256:484dbe2fecaff51b3130e1a793a8bf409d81373c8e49fd4c7849229b0691eae0",
|
| 132 |
+
"size": 384240
|
| 133 |
+
},
|
| 134 |
+
"signature": null
|
| 135 |
}
|
data/superhuman/weights.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e4059bbcd1490f4636f7cded187d5a53c452adc0e356932ea5d068323a67dc0
|
| 3 |
+
size 11429
|