Add support for advanced pedigree notation #589
Labels
BrAPI-Germplasm
Related to BrAPI-Germplasm
Existing Standard
Modify t accomidate an existing data standard
Modify Data Model
Change an existing data model
Current pedigree only includes the simple pedigree string -
"pedigreeString": "Jamestown/AGS 2060"
Advanced pedigree notation (standardized around the Purdy format) allows more complex pedigree structure -
"Jamestown/3/FR-81-19/FL-302//FL-302/IN-71761-A-3-31-5-48"
A more comprehensive implementation could allow for more formats -
"pedigreeString": [ { "string": "Jamestown/AGS 2060", "type": "simple" }, { "string": "Jamestown/3/FR-81-19/FL-302//FL-302/IN-71761-A-3-31-5-48", "type": "purdy" }]
The text was updated successfully, but these errors were encountered: