File tree Expand file tree Collapse file tree
mimic-iii/buildmimic/duckdb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ echo "$0 $* " | grep -Eq " -h | --help " && usage
3939
4040# rename CLI positional args to more friendly variable names
4141MIMIC_DIR=$1
42- # allow optional specification of duckdb name, otherwise default to mimic4 .db
42+ # allow optional specification of duckdb name, otherwise default to mimic3 .db
4343OUTFILE=mimic3.db
4444if [ -n " $2 " ]; then
4545 OUTFILE=$2
@@ -54,7 +54,7 @@ elif [ ! -d "$MIMIC_DIR" ]; then
5454 yell " Specified directory \" $MIMIC_DIR \" does not exist."
5555 die " Usage: ./import_duckdb.sh mimic_data_dir [output_db]"
5656elif [ -n " $3 " ]; then
57- yell " import .sh takes a maximum of two arguments."
57+ yell " import_duckdb .sh takes a maximum of two arguments."
5858 die " Usage: ./import_duckdb.sh mimic_data_dir [output_db]"
5959elif [ -s " $OUTFILE " ]; then
6060 yell " File \" $OUTFILE \" already exists."
You can’t perform that action at this time.
0 commit comments