Skip to content

Commit

Permalink
Extend atlas names
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Oct 9, 2024
1 parent 4e12db9 commit 3e9198c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Location: module/project/hca_bionetwork.json
Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | --- | ---
name | HCA Bionetwork the project is a part of (e.g. Kidney). | string | no | | Official HCA Bionetwork | Adipose, Breast, Development, Eye, Genetic Diversity, Gut, Heart, Immune, Kidney, Liver, Lung, Musculoskeletal, Nervous System, Oral & Craniofacial, Organoid, Pancreas, Reproduction, Skin | Kidney; Lung
hca_tissue_atlas | A field describing if the project is part of a HCA Tissue Atlas (e.g. Brain Alzheimer Atlas). | string | no | | HCA Tissue Atlas | Blood, Retina, Lung, Kidney, Gut, Eye, Brain | Blood Atlas
hca_tissue_atlas | A field describing if the project is part of a HCA Tissue Atlas (e.g. Brain Alzheimer Atlas). | string | no | | HCA Tissue Atlas | Adipose, Blood, Brain, Breast, Development, Eye, Eye - Other, GDN, Gut, Heart, Immune, Kidney, Liver, Lung, MSK, ORCF, Organoid-Endoderm, Organoid-Neural, Pancreas Retina, Reproduction, Skin | Blood Atlas
hca_tissue_atlas_version | A field describing which version of the HCA Tissue Atlas is associated with the project (e.g. v1.0; v2.0) | string | no | | Official HCA Tissue Atlas Version | | v1.0; v2.0
atlas_project | A field describing if this project is the HCA Tissue Atlas project which integrates data from other datasets. | boolean | no | | Project Tissue Atlas Status | | Yes; No

Expand Down
27 changes: 21 additions & 6 deletions json_schema/module/project/hca_bionetwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,29 @@
"description": "A field describing if the project is part of a HCA Tissue Atlas (e.g. Brain Alzheimer Atlas). ",
"type": "string",
"enum": [
"Adipose",
"Blood",
"Retina",
"Lung",
"Kidney",
"Gut",
"Brain",
"Breast",
"Development",
"Eye",
"Brain"
],
"Eye - Other",
"GDN",
"Gut",
"Heart",
"Immune",
"Kidney",
"Liver",
"Lung",
"MSK",
"ORCF",
"Organoid-Endoderm",
"Organoid-Neural",
"Pancreas",
"Retina",
"Reproduction",
"Skin"
],
"user_friendly": "HCA Tissue Atlas",
"guidelines": "For example: Blood Atlas",
"example": "Blood Atlas"
Expand Down
1 change: 1 addition & 0 deletions json_schema/update_log.csv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Schema,Change type,Change message,Version,Date
module/project/hca_bionetwork,patch,Extend atlas names in hca_bionetwork,,

0 comments on commit 3e9198c

Please sign in to comment.