Closed daisieh closed 11 months ago
It installs for me but I think we need some updates to the README file to show how to install and import as a package
I added some info to the README, but then I added a bonus feature: you can now generally make a template for any openapi schema, if you make a schema class for it. I added one for the GenomicSample in ingest:
python src/clinical_etl/generate_schema.py --url https://raw.githubusercontent.com/CanDIG/candigv2-ingest/develop/ingest_openapi.yaml --schema GenomicSchema
will generate a template.csv based on that.
If you download/pull the repo, you should be able to run: