We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d992c67 commit 06e4a74Copy full SHA for 06e4a74
mimic-iii/buildmimic/duckdb/README.md
@@ -59,12 +59,12 @@ The CSV files can be uncompressed (end in `.csv`) or compressed (end in `.csv.gz
59
The easiest way to download them is to open a terminal then run:
60
61
```
62
-wget -r -N -c -np --user YOURUSERNAME --ask-password https://physionet.org/files/mimiciii/1.4/
+wget -r -N -c -np -nH --cut-dirs=1 --user YOURUSERNAME --ask-password https://physionet.org/files/mimiciii/1.4/
63
64
65
Replace `YOURUSERNAME` with your physionet username.
66
67
-This will make you `mimic_data_dir` be `physionet.org/files/mimiciii/1.4`.
+This will make you `mimic_data_dir` be `mimiciii/1.4`.
68
69
# Create DuckDB database and load data
70
0 commit comments