-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Issues running demo code #419
Comments
Can you run The error is telling you that the |
I can't run ls /buildmimic/postgres/data/ but when I go into the /buildmimic/postgres/data file and ls, I get the list of data files. I have all the data files listed under /buildmimic/postgres/data/ Jazmins-MacBook-Pro:postgres j.bains$ ls |
Then, as detailed here https://github.com/MIT-LCP/mimic-code/blob/master/buildmimic/postgres/README.md .. specify the datadir to the folder you put the data in, i.e. |
I have attempted that prior and did the same thing again and this is what comes up: Jazmins-MacBook-Pro:postgres j.bains$ ls
|
Hi @jbains223 , I am also using mac, and it looks like you place data in different directory.
|
Thank you for the suggestion @young310. I will try this as soon as I can but for some reason I am having trouble compressing my data files into a zip file. There's too much data and it's taking up too much space on my computer. Is there another way of doing this? |
You can place the mimic data files in anywhere you want, for me, I just put them on an external hard drive. Then you have to use datadir="/Volume/your external driver/data". You can also use csv files to build the database, so you don't need to do extra compression jobs. |
Hi @young310, One other question: |
@jbains223 I never use "Postgres.app" before, and I guess you have installed more than one postgre server instance. For now, it's hard to help you without access to your computer. sorry. |
Oh ok. No worries. @young310 what server or application are you using to run and build the database? |
@jbains223 I am currently using docker, and had install server using the installer provided by by ENTERPRISEDB before. |
Prerequisites
Description
I am currently using a Mac and trying to set up the database using Postgresql as instructed in the tutorial on the MIMIC III database website. I have loaded the demo data into a file /buildmimic/postgres/data/ and have been trying to run make from /buildmimic/postgres/. However, every time I try to run make, it tells me "Unable to find /Data/ADMISSIONS.csv - exiting before build.
make: *** [mimic-check] Error 1"
I have checked multiple times and the file is certainly there. Am I placing the data in the wrong place? I have checked online for any resources regarding this but I have not been able to solve this issue. Can you please help me. Thank you.
The text was updated successfully, but these errors were encountered: