Skip to content

Commit 3084a48

Browse files
authored
fix typo in wget
1 parent 234a2ba commit 3084a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv-note/buildmimic/postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The scripts in this folder create the schema for MIMIC-IV-Note and load the data
99
git clone https://github.com/MIT-LCP/mimic-code.git
1010
cd mimic-code
1111
# download data
12-
wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimiciv/2.2/
12+
wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimic-iv-note/2.2/
1313
mv physionet.org/files/mimiciv-iv-note mimic-iv && rmdir physionet.org/files && rm physionet.org/robots.txt && rmdir physionet.org
1414
# if mimiciv not exists
1515
# createdb mimiciv

0 commit comments

Comments
 (0)