From 678d93039952572a2a6fa3c4630cfcb24af93090 Mon Sep 17 00:00:00 2001 From: Stefan Hegselmann Date: Wed, 3 May 2023 11:56:12 +0200 Subject: [PATCH] Updated mimic-iv to 2.2 in quickstart guide --- mimic-iv/buildmimic/postgres/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mimic-iv/buildmimic/postgres/README.md b/mimic-iv/buildmimic/postgres/README.md index 55dc16cb0..931e9d9d6 100644 --- a/mimic-iv/buildmimic/postgres/README.md +++ b/mimic-iv/buildmimic/postgres/README.md @@ -17,13 +17,13 @@ If following the tutorials, be sure to download the scripts locally and the MIMI git clone https://github.com/MIT-LCP/mimic-code.git cd mimic-code # download data -wget -r -N -c -np --user --ask-password https://physionet.org/files/mimiciv/2.0/ +wget -r -N -c -np --user --ask-password https://physionet.org/files/mimiciv/2.2/ mv physionet.org/files/mimiciv mimiciv && rmdir physionet.org/files && rm physionet.org/robots.txt && rmdir physionet.org createdb mimiciv psql -d mimiciv -f mimic-iv/buildmimic/postgres/create.sql -psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.0 -f mimic-iv/buildmimic/postgres/load_gz.sql -psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.0 -f mimic-iv/buildmimic/postgres/constraint.sql -psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.0 -f mimic-iv/buildmimic/postgres/index.sql +psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.2 -f mimic-iv/buildmimic/postgres/load_gz.sql +psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.2 -f mimic-iv/buildmimic/postgres/constraint.sql +psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.2 -f mimic-iv/buildmimic/postgres/index.sql ``` ## Detailed guide