CanDIG / clinical_ETL_code

A library to convert clinical data in csv format into json documents for CanDIG ingestion
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Generalize schema class used for conversion/validation #48

Closed daisieh closed 9 months ago

daisieh commented 9 months ago

If your manifest file specifies a schema_class key, clinical_etl will use that class to generate the mapping json and to validate.

Pytest still works; the main difference is that now we can use the GenomicSchema class for conversions as well.