Skip to content

Commit 06e4a74

Browse files
committed
simplify wget command
1 parent d992c67 commit 06e4a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mimic-iii/buildmimic/duckdb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ The CSV files can be uncompressed (end in `.csv`) or compressed (end in `.csv.gz
5959
The easiest way to download them is to open a terminal then run:
6060

6161
```
62-
wget -r -N -c -np --user YOURUSERNAME --ask-password https://physionet.org/files/mimiciii/1.4/
62+
wget -r -N -c -np -nH --cut-dirs=1 --user YOURUSERNAME --ask-password https://physionet.org/files/mimiciii/1.4/
6363
```
6464

6565
Replace `YOURUSERNAME` with your physionet username.
6666

67-
This will make you `mimic_data_dir` be `physionet.org/files/mimiciii/1.4`.
67+
This will make you `mimic_data_dir` be `mimiciii/1.4`.
6868

6969
# Create DuckDB database and load data
7070

0 commit comments

Comments
 (0)