Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed May 21, 2024
1 parent 1de9102 commit 9ca8660
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
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": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
null
26 changes: 26 additions & 0 deletions test/good-fixtures/NullViewConfBuilder/fake-no-support-entity.json
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" }
}

0 comments on commit 9ca8660

Please sign in to comment.