File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363
6464 # skip certain tables where order matters
6565 skip=0
66- for skip_table in meld icustay_times first_day_sofa kdigo_stages vasoactive_agent norepinephrine_eqivalent_dose
66+ for skip_table in meld icustay_times first_day_sofa kdigo_stages vasoactive_agent norepinephrine_equivalent_dose sepsis3
6767 do
6868 if [[ " ${tbl} " == " ${skip_table} " ]]; then
6969 skip=1
8383
8484echo " Now generating tables which were skipped due to depending on other tables."
8585# generate tables after the above, and in a specific order to ensure dependencies are met
86- for table_path in firstday/first_day_sofa organfailure/kdigo_stages organfailure/meld medication/vasoactive_agent medication/norepinephrine_equivalent_dose;
86+ for table_path in firstday/first_day_sofa organfailure/kdigo_stages organfailure/meld medication/vasoactive_agent medication/norepinephrine_equivalent_dose sepsis/sepsis3 ;
8787do
8888 table=` echo $table_path | rev | cut -d/ -f1 | rev`
8989
You can’t perform that action at this time.
0 commit comments