File tree Expand file tree Collapse file tree
mimic-iv-note/buildmimic/postgres Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mv physionet.org/files/mimic-iv-note mimic-iv && rmdir physionet.org/files && rm
1414# if mimiciv not exists
1515# createdb mimiciv
1616psql -d mimiciv -f mimic-iv-note/buildmimic/postgres/create.sql
17- psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimic-iv/mimic-iv-note/ 2.2/note -f mimic-iv-note/buildmimic/postgres/load_gz.sql
17+ psql -d mimiciv -v ON_ERROR_STOP=1 -v mimic_data_dir=mimic-iv/2.2/note -f mimic-iv-note/buildmimic/postgres/load_gz.sql
1818# if you want to remove raw data
19- # rm mimic-iv/mimic-iv-note/ *.txt && rm mimic-iv/mimic-iv-note/ index.html && rm mimic-iv/mimic-iv-note /note/*.gz && rm mimic-iv/mimic-iv-note /note/index.html && rmdir rm mimic-iv/mimic-iv-note /note && rmdir mimic-iv/mimic-iv-note
19+ # rm mimic-iv/*.txt && rm mimic-iv/index.html && rm mimic-iv/2.2 /note/*.gz && rm mimic-iv/2.2 /note/index.html && rmdir mimic-iv/2.2 /note && rmdir mimic-iv/2.2 && rmdir mimic-iv
2020```
You can’t perform that action at this time.
0 commit comments