ソースを参照

.nii.gz extraction can be handled directly by CAT

Małgorzata Wierzba 3 年 前
コミット
12afdbfc13
1 ファイル変更1 行追加1 行削除
  1. 1 1
      code/main

+ 1 - 1
code/main

@@ -46,4 +46,4 @@ fi
 # Run CAT
 
 NOW=$(date +%s)
-exec zrun /code/cat_standalone.sh "$@" 2>&1 |tee cat_$NOW.log
+exec /code/cat_standalone.sh "$@" 2>&1 |tee cat_$NOW.log