You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Example Data Workflow would automatically pull data from nodes, transform it into CRDCH instance data using the Python Data Classes from cancerDHC/ccdhmodel, and then validate that CRDCH instance data using the validation schemas from cancerDHC/ccdhmodel. This allows us to:
Tests that the LinkML model and its artifacts are being generated correctly, by ensuring that the Python Data Classes and the validation schemas generated by LinkML work as expected.
Ensure that transformation code can be written to transform node data into CRDCH data.
Generates example data for use elsewhere in the project.
While many of the pieces are in place for this, our focus on the CRDC-H model this quarter prevented us from making much progress on this goal. However, this ticket is still valid, but should be completed next quarter.
An Example Data Workflow would automatically pull data from nodes, transform it into CRDCH instance data using the Python Data Classes from cancerDHC/ccdhmodel, and then validate that CRDCH instance data using the validation schemas from cancerDHC/ccdhmodel. This allows us to:
Covers the following issues:
The text was updated successfully, but these errors were encountered: