Skip to content

Commit 678d930

Browse files
authored
Updated mimic-iv to 2.2 in quickstart guide
1 parent f423ad7 commit 678d930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mimic-iv/buildmimic/postgres/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ If following the tutorials, be sure to download the scripts locally and the MIMI
1717
git clone https://github.com/MIT-LCP/mimic-code.git
1818
cd mimic-code
1919
# download data
20-
wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimiciv/2.0/
20+
wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimiciv/2.2/
2121
mv physionet.org/files/mimiciv mimiciv && rmdir physionet.org/files && rm physionet.org/robots.txt && rmdir physionet.org
2222
createdb mimiciv
2323
psql -d mimiciv -f mimic-iv/buildmimic/postgres/create.sql
24-
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.0 -f mimic-iv/buildmimic/postgres/load_gz.sql
25-
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.0 -f mimic-iv/buildmimic/postgres/constraint.sql
26-
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.0 -f mimic-iv/buildmimic/postgres/index.sql
24+
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.2 -f mimic-iv/buildmimic/postgres/load_gz.sql
25+
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.2 -f mimic-iv/buildmimic/postgres/constraint.sql
26+
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/2.2 -f mimic-iv/buildmimic/postgres/index.sql
2727
```
2828

2929
## Detailed guide

0 commit comments

Comments
 (0)