Skip to content

Commit

Permalink
test(data): use uris when required
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 1, 2024
1 parent 49a2ad6 commit 2169165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/ex/data.zarr/.zmetadata
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"data_path": "demo1.cram",
"description": "Dummy data for tests",
"has_reference": [
"reference1"
"reference/reference1"
],
"has_sample": [
"sample1"
"sample/sample1"
],
"name": "Demo 1"
},
Expand All @@ -88,11 +88,11 @@
},
"sample/sample1/.zattrs": {
"@type": "Sample",
"cell_type": "astrocyte",
"cell_type": "http://purl.obolibrary.org/obo/CL_0002627",
"description": "Dummy sample for tests",
"name": "Sample 1",
"sex": "Male",
"source_material": "brain tissue"
"source_material": "http://purl.obolibrary.org/obo/UBERON_0002316"
},
"sample/sample1/.zgroup": {
"zarr_format": 2
Expand Down
4 changes: 2 additions & 2 deletions data/ex/data.zarr/sample/sample1/.zattrs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@type": "Sample",
"cell_type": "astrocyte",
"cell_type": "http://purl.obolibrary.org/obo/CL_0002627",
"description": "Dummy sample for tests",
"name": "Sample 1",
"sex": "Male",
"source_material": "brain tissue"
"source_material": "http://purl.obolibrary.org/obo/UBERON_0002316"
}

0 comments on commit 2169165

Please sign in to comment.