insilica / clinicaltrials-compliance-study

2 stars 0 forks source link

Update pipeline to run on externally configured parameters #17

Closed zmughal closed 2 months ago

zmughal commented 3 months ago

The parameters for an analysis are:

This will be needed for #15 because the current pipeline assumes that the only valid study record in the *.jsonl files is the one to process.

Possible approach is to create a JSON file with these parameters and set an environment variable to the path of that JSON file. Recommending a JSON file here (over say, YAML) because DuckDB can read from that JSON file.