OtoroLin commited on
Commit
f6364c2
·
2 Parent(s): f53d9a5 57d2434

Merge remote-tracking branch 'refs/remotes/origin/main' into main

Browse files
Files changed (1) hide show
  1. unzipping.sh +1 -1
unzipping.sh CHANGED
@@ -7,7 +7,7 @@ if ! command -v pigz &> /dev/null; then
7
  fi
8
 
9
  # Defined the root directory of the whole dataset
10
- ROOT_DIR="/ssd2/TzuYu/data_test"
11
 
12
  # Function to display usage
13
  usage() {
 
7
  fi
8
 
9
  # Defined the root directory of the whole dataset
10
+ ROOT_DIR="../data_test"
11
 
12
  # Function to display usage
13
  usage() {