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
Currently only MOA therapeutic response assertion data is captured. Now that we have VA-Spec model for prognostic data, we should add the ability to 1) harvest prognostic data 2) transform harvested data to prognostic VA-Spec model 3) load transformed data into db
This is needed for VarCat + ClinVar Submission.
The text was updated successfully, but these errors were encountered:
close#408
Note: This work revealed a bug with uniqueness constraints (#409). This
will be addressed in a separate PR. This PR focuses on changes to the
harvester + transformer: `python3 -m pytest tests/unit/harvesters
tests/unit/transformers`
* Harvester output changed
* Therapy fields are now nested inside `therapy` key
* Remove `clinical_significance` and retain original values from MOA
* `source_ids` -> `source_id` since we only store one ID
* `MoaTransformer` now supports MOA prognostic assertions
Currently only MOA therapeutic response assertion data is captured. Now that we have VA-Spec model for prognostic data, we should add the ability to 1) harvest prognostic data 2) transform harvested data to prognostic VA-Spec model 3) load transformed data into db
This is needed for VarCat + ClinVar Submission.
The text was updated successfully, but these errors were encountered: