Skip to content

Commit 735987f

Browse files
committed
fix typo in norepi name, add sepsis3 to skip list
1 parent ad1d23b commit 735987f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mimic-iv/concepts/make_concepts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ do
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
@@ -83,7 +83,7 @@ done
8383

8484
echo "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;
8787
do
8888
table=`echo $table_path | rev | cut -d/ -f1 | rev`
8989

0 commit comments

Comments
 (0)