-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
canaryDone by the Clever Canary teamDone by the Clever Canary teamorange[process] Done by the Azul team[process] Done by the Azul team
Description
Follow-up to #4142, Azul would like to remove the field files.uuid
from the AnVIL service response, as this field's value is a duplicate of the files.document_id
value.
Please confirm if the AnVIL Data Browser currently uses files.uuid
or not.
curl -s 'https://service.anvil.gi.ucsc.edu/index/files?size=3' | jq '.hits[].files[] | {'file_name': .file_name, 'document_id': .document_id, 'uuid': .uuid}'
{
"file_name": "HG02726.final.cram",
"document_id": "badff196-2d5d-45f3-bc57-5718817d4532",
"uuid": "badff196-2d5d-45f3-bc57-5718817d4532"
}
{
"file_name": "NA19203.final.cram.crai.md5",
"document_id": "b43856eb-f32f-4e96-b4c6-93368362962e",
"uuid": "b43856eb-f32f-4e96-b4c6-93368362962e"
}
{
"file_name": "NA20808.final.cram.md5",
"document_id": "9039524e-f2df-4fc1-b004-bd4c78fdd38e",
"uuid": "9039524e-f2df-4fc1-b004-bd4c78fdd38e"
}
Metadata
Metadata
Assignees
Labels
canaryDone by the Clever Canary teamDone by the Clever Canary teamorange[process] Done by the Azul team[process] Done by the Azul team