We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a2ba commit 3084a48Copy full SHA for 3084a48
mimic-iv-note/buildmimic/postgres/README.md
@@ -9,7 +9,7 @@ The scripts in this folder create the schema for MIMIC-IV-Note and load the data
9
git clone https://github.com/MIT-LCP/mimic-code.git
10
cd mimic-code
11
# download data
12
-wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimiciv/2.2/
+wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimic-iv-note/2.2/
13
mv physionet.org/files/mimiciv-iv-note mimic-iv && rmdir physionet.org/files && rm physionet.org/robots.txt && rmdir physionet.org
14
# if mimiciv not exists
15
# createdb mimiciv
0 commit comments