Skip to content

Commit 76641f1

Browse files
author
Alistair Johnson
committed
remove duplicate generation of score/sepsis
1 parent f07d661 commit 76641f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/convert_bigquery_to_postgres.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ echo " done!"
7272
# * organfailure depends on measurement and firstday
7373
# the order *only* matters during the conversion step because our loop is
7474
# inserting table build commands into the postgres-make-concepts.sql file
75-
for d in demographics measurement comorbidity medication treatment firstday organfailure score sepsis score sepsis;
75+
for d in demographics measurement comorbidity medication treatment firstday organfailure score sepsis;
7676
do
7777
mkdir -p "postgres/${d}"
7878
echo -n "${d}:"

0 commit comments

Comments
 (0)