Skip to content

Commit

Permalink
Update MIMIC-IV_Example/joint_script.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Oufattole and coderabbitai[bot] authored Jul 29, 2024
1 parent 1ba3135 commit 8510f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIMIC-IV_Example/joint_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DO_UNZIP="${5:-do_unzip=false}" # Default to 'do_unzip=false' if not provided,

shift 4

if [ "$DO_UNZIP" = "do_unzip=true" ]; then
if [ "$DO_UNZIP" == "do_unzip=true" ]; then
echo "Unzipping gunzip csv files."
for file in "${MIMICIV_RAW_DIR}"/*/*.csv.gz; do gzip -d --force "$file"; done
else
Expand Down

0 comments on commit 8510f9d

Please sign in to comment.