clingen-data-model / clinvar-ingest

Apache License 2.0
2 stars 0 forks source link

Add workflow step to BQ Ingest Workflow for automatically seeding and executing Larrys BQ procedures #219

Open toneillbroad opened 2 months ago

toneillbroad commented 2 months ago

The current state of the clinvar ingest is that the VCV and RCV files are being processed and combined into a single BQ dataset.

The next step is for us to automatically run the procedures/functions that Larry has in the clinvar-ingest dataset against the new BQ ingest dataset.

Need to decide if this is it's own workflow (likely this is the right choice due to being able to simply rerun?) or actually a step in the bq-ingest workflow proper.

Should incorporate #142