Skip to content

Commit bcaf92f

Browse files
authored
Update README.md using the correct version - 3.1
1 parent c7e0756 commit bcaf92f

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.2/
20+
wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimiciv/3.1/
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.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
24+
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/3.1 -f mimic-iv/buildmimic/postgres/load_gz.sql
25+
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/3.1 -f mimic-iv/buildmimic/postgres/constraint.sql
26+
psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimiciv/3.1 -f mimic-iv/buildmimic/postgres/index.sql
2727
```
2828

2929
## Detailed guide

0 commit comments

Comments
 (0)