-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yaml
More file actions
36 lines (30 loc) · 817 Bytes
/
project.yaml
File metadata and controls
36 lines (30 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: '3.0'
expectations:
population_size: 100000
actions:
extract:
run: ehrql:v1 generate-dataset analysis/dataset_definition.py
--output output/extract.arrow
outputs:
highly_sensitive:
cohort: output/extract.arrow
km:
run: r:v2 analysis/km.R
--df_input output/extract.arrow
--dir_output output/km_estimates/
--exposure sex
--subgroups age_group-region
--origin_date first_vax_date
--event_date second_vax_date
--censor_date censor_date
--min_count 6
--max_fup 365
--concise TRUE
--plot FALSE
needs: [extract]
outputs:
highly_sensitive:
feather: output/km_estimates/*.arrow
moderately_sensitive:
csv: output/km_estimates/*.csv
#png: output/km_estimates/*.png