Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Feb 11, 2025
1 parent 0dee081 commit f10c3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ adjacent_diseases | Short description of the disease(s) adjacent to the specimen
state_of_specimen | State of the specimen at the time of collection. | object | no | [See module state_of_specimen](module.md#state-of-specimen) | State of specimen | |
preservation_storage | Information about how a specimen was preserved and/or stored over a period of time. | object | no | [See module preservation_storage](module.md#preservation-storage) | Preservation/Storage | |
collection_time | When the biomaterial was collected. | string | no | | Time of collection | | 2016-01-21T00:00:00Z; 2016-03
collection_site | Where the biomaterial was collected on. | string | no | | Collection site | | 52.175013, 0.141645; site_1; Addenbrooke's Hospital
collection_site | Institute where the biomaterial was collected on. | string | no | | Collection site | | 52.175013, 0.141645; site_1; Addenbrooke's Hospital
purchased_specimen | Information about a purchased specimen. | object | no | [See module purchased_reagents](module.md#purchased-reagents) | Purchased specimen | |

## Cell suspension
Expand Down
4 changes: 2 additions & 2 deletions json_schema/type/biomaterial/specimen_from_organism.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
]
},
"collection_site": {
"description": "Where the biomaterial was collected on.",
"description": "Institute where the biomaterial was collected on.",
"type": "string",
"user_friendly": "Collection site",
"example": "52.175013, 0.141645; site_1; Addenbrooke's Hospital",
"guidelines": "Enter collection site latitude longitude in decimal degrees. If decimal degrees not available use site name or pseudonymised site name."
"guidelines": "Enter collection site latitude longitude in decimal degrees. If decimal degrees not available use site name or pseudonymized site name."
},
"purchased_specimen": {
"description": "Information about a purchased specimen.",
Expand Down

0 comments on commit f10c3ec

Please sign in to comment.