Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Browse Source

.nii.gz extraction can be handled directly by CAT

Małgorzata Wierzba 4 năm trước cách đây
mục cha
commit
12afdbfc13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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