Skip to content

Commit

Permalink
Added diagram for germplasm accessions to data-storage-model
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncaron authored Dec 14, 2023
1 parent 3e9692a commit 07584c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _docs/curation/germplasm-data/data-storage-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ Germplasm accessions and their corresponding metadata are stored in the followin
- Properties are loaded into the table `stockprop`
- Synonyms are loaded into the tables `synonym`, `stock_synonym` and `stock_relationship`

![](https://github.com/TripalCultivate/docs/assets/7927760/a4ad840a-a777-4163-812f-5a42f4be306c)


### Germplasm Crosses
Germplasm crosses and their corresponding metadata are stored in the following chado tables: `stock`, `stockprop`, and `stock_relationship`:

- Germplasm crosses are loaded into the table `stock`
- Properties for each germplasm are loaded into table `stockprop`
- The relationship between germplasm and its parents is loaded into the table `stock_relationship`
- The relationship between germplasm and its parents is loaded into the table `stock_relationship`

0 comments on commit 07584c6

Please sign in to comment.