Skip to content

Commit

Permalink
Fixed hca_tissue_atlas examples to match enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Oct 9, 2024
1 parent 3e9198c commit 1c2ecfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 | 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 | 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 | Retina
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
4 changes: 2 additions & 2 deletions json_schema/module/project/hca_bionetwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"Skin"
],
"user_friendly": "HCA Tissue Atlas",
"guidelines": "For example: Blood Atlas",
"example": "Blood Atlas"
"guidelines": "For example: Retina",
"example": "Retina"
},
"hca_tissue_atlas_version": {
"description": "A field describing which version of the HCA Tissue Atlas is associated with the project (e.g. v1.0; v2.0)",
Expand Down

0 comments on commit 1c2ecfa

Please sign in to comment.