File tree Expand file tree Collapse file tree
mimic-iv-ed/buildmimic/duckdb
mimic-iv-note/buildmimic/duckdb
mimic-iv/buildmimic/duckdb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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."
Original file line number Diff line number Diff line change @@ -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."
Original file line number Diff line number Diff line change @@ -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