Skip to content

Commit 7662161

Browse files
docs: udpated data dictionary #4438 (#4439)
1 parent 25d8e30 commit 7662161

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

site-config/anvil-cmg/category.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const ANVIL_CMG_CATEGORY_KEY = {
1919
DONOR_ORGANISM_TYPE: "donors.organism_type",
2020
DONOR_PHENOTYPIC_SEX: "donors.phenotypic_sex",
2121
DONOR_REPORTED_ETHNICITY: "donors.reported_ethnicity",
22-
DRS_URI: "drs_uri",
22+
DRS_URI: "files.drs_uri",
2323
FILE_FILE_FORMAT: "files.file_format",
2424
FILE_FILE_NAME: "files.file_name",
2525
FILE_FILE_SIZE: "files.file_size",

site-config/anvil-cmg/dev/dataDictionary/data-dictionary.json

+6-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"classes": [
33
{
44
"name": "Activity",
5-
"description": "A table describing the activities performed on biosamples or files that resulted in the generation of additional files. The anvil_activity table is used to capture activity provenance that does not fit into the other activity tables described in the schema (such as file indexing, file checksums, etc.).",
5+
"description": "Information about the activities performed on biosamples or files that resulted in the generation of additional files.",
66
"key": "activities",
77
"label": "Activity",
88
"attributes": [
@@ -14,13 +14,13 @@
1414
{
1515
"key": "activities.data_modality",
1616
"label": "Data Modality",
17-
"description": "A table describing the activities performed on biosamples or files that resulted in the generation of additional files. The anvil_activity table is used to capture activity provenance that does not fit into the other activity tables described in the schema (such as file indexing, file checksums, etc.)."
17+
"description": "Data modality describes the biological nature of the information gathered as the result of an Activity, independent of the technology or methods used to produce the information."
1818
}
1919
]
2020
},
2121
{
2222
"name": "BioSample",
23-
"description": "Contains information about the sample(s) included in the dataset.",
23+
"description": "Information about the sample(s) included in the dataset.",
2424
"key": "biosamples",
2525
"label": "BioSample",
2626
"attributes": [
@@ -43,15 +43,10 @@
4343
},
4444
{
4545
"name": "Dataset",
46-
"description": "A dataset is a collection of related files and associated metadata that share the same consent and access permissions.",
46+
"description": "A collection of related files and associated metadata that share the same consent and access permissions.",
4747
"key": "datasets",
4848
"label": "Dataset",
4949
"attributes": [
50-
{
51-
"key": "accessible",
52-
"label": "Access",
53-
"description": "Indicates whether the user has permission to access the given dataset. For open-access datasets, this value will always be \"Granted\". For controlled-access datasets, it will be \"Required\" if the user is not logged in. If the user is logged in, the value will reflect their specific access permissions for the dataset."
54-
},
5550
{
5651
"key": "datasets.accessible",
5752
"label": "Access",
@@ -71,17 +66,12 @@
7166
"key": "datasets.title",
7267
"label": "Title",
7368
"description": "A human-readable property that identifies the dataset which the dataset belongs to."
74-
},
75-
{
76-
"key": "diagnoses.disease",
77-
"label": "Diagnosis",
78-
"description": "A human-readable property that identifies a disease or condition has been reported in this entity."
7969
}
8070
]
8171
},
8272
{
8373
"name": "Diagnosis",
84-
"description": "Contains information about conditions or diagnoses related to the donor of a biosample.",
74+
"description": "Information about conditions or diagnoses related to the donor of a biosample.",
8575
"key": "diagnoses",
8676
"label": "Diagnosis",
8777
"attributes": [
@@ -127,7 +117,7 @@
127117
"label": "File",
128118
"attributes": [
129119
{
130-
"key": "drs_uri",
120+
"key": "files.drs_uri",
131121
"label": "DRS URI",
132122
"description": "A Uniform Resource Identifier (URI) that follows the GA4GH Data Repository Service (DRS) specification. It provides a standardized way to reference and access digital objects, such as files, within compliant data repositories. The DRS URI enables interoperability across systems by allowing authorized users and tools to retrieve dataset contents through a consistent interface."
133123
},

0 commit comments

Comments
 (0)