-
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.
- Loading branch information
1 parent
1de9102
commit 9ca8660
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
test/assaytype-fixtures/f9ae931b8b49252f150d7f8bf1d2d13f-bad.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,7 @@ | ||
{ | ||
"assaytype": "image_pyramid", | ||
"contains-pii": false, | ||
"description": "Image Pyramid", | ||
"primary": false, | ||
"vitessce-hints": [] | ||
} |
1 change: 1 addition & 0 deletions
1
test/good-fixtures/NullViewConfBuilder/fake-no-support-conf.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 @@ | ||
null |
26 changes: 26 additions & 0 deletions
26
test/good-fixtures/NullViewConfBuilder/fake-no-support-entity.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,26 @@ | ||
{ | ||
"data_types": [ | ||
"image_pyramid", | ||
"PAS" | ||
], | ||
"status": "QA", | ||
"immediate_ancestors": [ | ||
{ | ||
"data_types": ["PAS"] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"rel_path": "ometiff-pyramids/processedMicroscopy/VAN0003-LK-33-2-PAS_FFPE.ome.tif" | ||
}, | ||
{ | ||
"rel_path": "ometiff-pyramids/separate/should-be-ignored.ome.tif" | ||
}, | ||
{ | ||
"rel_path": "output_offsets/processedMicroscopy/VAN0003-LK-33-2-PAS_FFPE.offsets.json" | ||
} | ||
], | ||
"uuid": "f9ae931b8b49252f150d7f8bf1d2d13f-bad", | ||
"metadata": {"dag_provenance_list": []}, | ||
"parent": { "uuid": "8adc3c31ca84ec4b958ed20a7c4f4919" } | ||
} |