Skip to content

Commit

Permalink
Merge pull request #1639 from fvillena/patch-1
Browse files Browse the repository at this point in the history
fixing wrong mimic-iv folder name
  • Loading branch information
tompollard authored Sep 12, 2023
2 parents 9169c23 + f27dffe commit d1367d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic-iv-note/buildmimic/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git clone https://github.com/MIT-LCP/mimic-code.git
cd mimic-code
# download data
wget -r -N -c -np --user <USERNAME> --ask-password https://physionet.org/files/mimic-iv-note/2.2/
mv physionet.org/files/mimiciv-iv-note mimic-iv && rmdir physionet.org/files && rm physionet.org/robots.txt && rmdir physionet.org
mv physionet.org/files/mimic-iv-note mimic-iv && rmdir physionet.org/files && rm physionet.org/robots.txt && rmdir physionet.org
# if mimiciv not exists
# createdb mimiciv
psql -d mimiciv -f mimic-iv-note/buildmimic/postgres/create.sql
Expand Down

0 comments on commit d1367d7

Please sign in to comment.