Replies: 2 comments 6 replies
-
Please provide the details on how things are run, and how RABIES is installed. |
Beta Was this translation helpful? Give feedback.
-
Hi @neginnes , have you inspected the preprocess_QC_report? In the log report 1), a single scan failed the BOLD inhomogeneity correction, whereas in log report 2), one scan failed registration for the anat inhomogeneity correction. The failed scans won't show up in the report, but a prior step in preprocessing could have caused error in 1), and you may obtain clues for why 2) happened if the anatomical scans have weird FOV. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am writing this to explain the problem I am facing with the preprocessing of StandardRat dataset with RABIES. The dataset itself consists of 21 datasets, each with several subjects with a total of 209 rats. When running the preprocessing on the complete or part of the StandardRat dataset the process reports errors and crashes. This always starts with a warning followed by some computations as detailed in the run logs. This warning and computations do not appear in the run logs of runs that were completed correctly.
Also, sometimes I noticed the same problem even when running the script on a single dataset from StandardRat (including approximately 10 rats each with single run). Even when running the script using several datasets that individually completed preprocessing smoothly, correct running seems not to be guaranteed.
Unfortunately, I wasn't able to recognize what the first warning is about and why it is generated but the later errors seem to be either related to ITK or memory. I tested running preprocessing with all default values or running on my own PC or on Compute Canada, but all concluded with similar errors. In my most recent script I tried using min_memory scaling and increasing the number of nodes for a job but the problem still occurs in many of the cases with mostly the cases of multiple datasets preprocessing (more than 10 subjects) but as well in some single dataset preprocessing. I attached a single script that I ran in three different cases. I also attached the three associated logs. The three examples consist of: 1. The script was applied to 3 datasets (total of 30 subjects) which were previously preprocessed correctly dataset by dataset but failed to run when all three datasets were preprocessed together; 2. The script was applied to a single dataset (total of 10 subjects) and failed with errors;
3. The script was applied to 2 datasets (total of 20 subjects) and completed correctly.
I would appreciate it if someone could help me understand the reason for this warnings, errors, and failure of the script to complete correctly.
std_preproc2_4_on125.txt
rabies_preprocess_3.log
rabies_preprocess_2.log
rabies_preprocess_1.log
Beta Was this translation helpful? Give feedback.
All reactions