-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NickAkhmetov/HMP-540/Update
get_view_config_builder
to use `get_ass…
…aytype` instead of `get_assay` (#82)
- Loading branch information
1 parent
ac8e4c3
commit 2db9bbc
Showing
63 changed files
with
381 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.13 | ||
0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"types_url": "https://search.api.hubmapconsortium.org/v3", | ||
"assets_url": "https://assets.hubmapconsortium.org" | ||
"assets_url": "https://assets.hubmapconsortium.org", | ||
"assaytypes_url": "https://ingest.api.hubmapconsortium.org/assaytype/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
test/assaytype-fixtures/04e7385339167e541ad42a2636e18398.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"assaytype": "codex_cytokit_v1", | ||
"contains-pii": false, | ||
"description": "CODEX [Cytokit + SPRM]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"codex", | ||
"is_image", | ||
"is_tiled" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
test/assaytype-fixtures/210d118a14c8624b6bb9610a9062656e.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"assaytype": "sn_atac_seq", | ||
"contains-pii": false, | ||
"description": "snATAC-seq [SnapATAC]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_sc", | ||
"atac" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
test/assaytype-fixtures/2a590db3d7ab1e1512816b165d95cdcf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"assaytype": "salmon_rnaseq_slideseq", | ||
"contains-pii": false, | ||
"description": "Slide-seq [Salmon]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_sc", | ||
"rna" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
test/assaytype-fixtures/2c2179ea741d3bbb47772172a316a2bf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"assaytype": "bulk-RNA", | ||
"contains-pii": true, | ||
"description": "Bulk RNA-seq", | ||
"dir-schema": "bulkrnaseq-v0", | ||
"primary": true, | ||
"tbl-schema": "bulkrnaseq-v0", | ||
"vitessce-hints": [] | ||
} |
11 changes: 11 additions & 0 deletions
11
test/assaytype-fixtures/3bc3ad124014a632d558255626bf38c9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"assaytype": "MALDI-IMS", | ||
"contains-pii": false, | ||
"description": "MALDI IMS", | ||
"dir-schema": "ims-v0", | ||
"primary": true, | ||
"tbl-schema": "ims-v2", | ||
"vitessce-hints": [ | ||
"maldi" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
test/assaytype-fixtures/43213991a54ce196d406707ffe2e86bd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"assaytype": "codex_cytokit_v1", | ||
"contains-pii": false, | ||
"description": "CODEX [Cytokit + SPRM]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"codex", | ||
"is_image", | ||
"is_tiled" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
test/assaytype-fixtures/6b93107731199733f266bbd0f3bc9747.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"assaytype": "NanoDESI", | ||
"contains-pii": false, | ||
"description": "NanoDESI", | ||
"dir-schema": "ims-v0", | ||
"primary": true, | ||
"tbl-schema": "ims-v2", | ||
"vitessce-hints": [] | ||
} |
11 changes: 11 additions & 0 deletions
11
test/assaytype-fixtures/9db61adfc017670a196ea9b3ca1852a0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"assaytype": "image_pyramid", | ||
"contains-pii": false, | ||
"description": "Image Pyramid", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_image", | ||
"pyramid", | ||
"is_support" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
test/assaytype-fixtures/a6116772446f6d1c1f6b3d2e9735cfe0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"assaytype": "image_pyramid", | ||
"contains-pii": false, | ||
"description": "Image Pyramid", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_image", | ||
"pyramid", | ||
"is_support" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
test/assaytype-fixtures/c019a1cd35aab4d2b4a6ff221e92aaab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"assaytype": "salmon_sn_rnaseq_10x", | ||
"contains-pii": false, | ||
"description": "snRNA-seq [Salmon]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_sc", | ||
"rna" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
test/assaytype-fixtures/c3be5650e93907b68ddbdb22b948db32.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"assaytype": "celldive_deepcell", | ||
"contains-pii": false, | ||
"description": "CellDIVE [DeepCell + SPRM]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"sprm", | ||
"anndata", | ||
"is_image", | ||
"is_tiled" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
test/assaytype-fixtures/c6a254b2dc2ed46b002500ade163a7cc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"assaytype": "seqFish", | ||
"contains-pii": false, | ||
"description": "seqFISH", | ||
"dir-schema": "seqfish-v0", | ||
"primary": true, | ||
"tbl-schema": "seqfish-v0", | ||
"vitessce-hints": [] | ||
} |
10 changes: 10 additions & 0 deletions
10
test/assaytype-fixtures/d4493657cde29702c5ed73932da5317c.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"assaytype": "sc_atac_seq_sci", | ||
"contains-pii": false, | ||
"description": "sciATAC-seq [SnapATAC]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_sc", | ||
"atac" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
test/assaytype-fixtures/e1c4370da5523ab5c9be581d1d76ca20.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"assaytype": "image_pyramid", | ||
"contains-pii": false, | ||
"description": "Image Pyramid", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_image", | ||
"pyramid", | ||
"is_support" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
test/assaytype-fixtures/e65175561b4b17da5352e3837aa0e497.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"assaytype": "salmon_sn_rnaseq_10x", | ||
"contains-pii": false, | ||
"description": "snRNA-seq [Salmon]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_sc", | ||
"rna" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
test/assaytype-fixtures/ea4cfecb8495b36694d9a951510dc3c6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"assaytype": "salmon_rnaseq_slideseq", | ||
"contains-pii": false, | ||
"description": "Slide-seq [Salmon]", | ||
"primary": false, | ||
"vitessce-hints": [ | ||
"is_sc", | ||
"rna" | ||
] | ||
} |
Oops, something went wrong.