From 8d1cdd4ff559f94e0ff7ab59d37932e012a6f024 Mon Sep 17 00:00:00 2001 From: Giulia Baldini Date: Thu, 25 Jan 2024 14:15:10 +0100 Subject: [PATCH] Remove version --- example_scripts/process_file.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/example_scripts/process_file.sh b/example_scripts/process_file.sh index 78975af..290c678 100755 --- a/example_scripts/process_file.sh +++ b/example_scripts/process_file.sh @@ -8,7 +8,6 @@ TT=$(basename $(dirname $(dirname $INPUT_FILE))) # other option: The study ID is the same as the name of the file # STUDY_ID=$(basename $INPUT_FILE .nii.gz) OUTPUT_DIR=$2/$TT/$STUDY_ID -VERSION=$(basename $2) # TODO: Change this to anything you like CHECK_NAME="output.xlsx"