Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 776f5d6

Browse files
committed
unzip dicoms to temp dir
1 parent fe988fd commit 776f5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fi
7272
# If input extension is .zip, then unzip the files (assuming they are DICOM files)
7373
if [[ "$type" == *.zip ]]; then
7474
echo "${CONTAINER} Unzipping DICOM files..."
75-
unzip_dir=$INPUT_DIR/unzipped
75+
unzip_dir=/tmp/unzipped
7676
unzip $input_file -d $unzip_dir
7777

7878
# Now that the DICOM files are unzipped, need to find the full path to the

0 commit comments

Comments
 (0)