Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning within assumptions #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README-run-etl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This README overviews running the MIMIC-OMOP ETL from the ground up on a PostgreSQL server. You will need an installation of PostgreSQL 9.6+ in order to run the ETL. You will also need MIMIC-III installed on this instance of postgres, see here for details: https://mimic.physionet.org/gettingstarted/dbsetup/

**WARNING:** By following the steps for MIMIC-III postgres set-up, the MIMIC-III data will be located in a new database called `mimic` within your postgres instance. For the following steps, you may need to change the `dbname` variable to `mimic` to reflect this or otherwise, the ETL will not be able to find the correct paths across your postgres instance.

This README will assume the following:

* MIMIC-III v1.4 is available in the `mimic` database under the `mimiciii` schema
Expand Down