Replies: 2 comments 5 replies
-
We strongly recommend brkraw as the converter as it properly maintains coordinate information, while bruker's DICOM export does not. Can you please provide some more details about the kinds of scans you are attempting to use. |
Beta Was this translation helpful? Give feedback.
-
Examining your log files, other things of note:
This is the error that stopped the pipeline. You ran out of either memory or time and your job management system killed the process, this is not a RABIES issue. Otherwise, I also see you only provided a single subject for the process. RABIES is intended to be used for cohort processing, you should provide at least 2 subjects. |
Beta Was this translation helpful? Give feedback.
-
Dear RABIES experts and colleagues,
First and foremost thank you for developing this great tool.
While I can sucessfully run the preprocessing in Docker on the test dataset (see code below) I am experiencing issues when trying to do so with my own data (it seems like the pipeline always crashes during antsRegistration_affine_SyN.sh):
RABIES failed: Workflow did not execute cleanly. Check log for details
Proprocess test data
docker run -it --rm -v $PWD/test_dataset:/input_BIDS:ro -v $PWD/test_dataset_preprocess_outputs:/preprocess_outputs/ ghcr.io/cobralab/rabies:latest -p MultiProc preprocess /input_BIDS/ /preprocess_outputs/ --commonspace_reg masking=true,brain_extraction=false,template_registration=SyN,fast_commonspace=false
Preprocess my data
docker run -it --rm -v $PWD/MyData-test_Rabies:/input_BIDS:ro -v $PWD/MyData-test_Rabies_preprocess_outputs:/preprocess_outputs/ ghcr.io/cobralab/rabies:latest -p MultiProc preprocess /input_BIDS/ /preprocess_outputs/ --commonspace_reg masking=true,brain_extraction=false,template_registration=SyN,fast_commonspace=false
My data was recorded on a Bruker scanner, using ParaVision V3.3, exportet as Dicom and converted to NIfTI using Chris Rorden's dcm2niix. The problem occures independently of the images' orientation with respect to the template brain.
Any help or suggestions are highly appreciated.
Thanks!
BR
Peter
Attachments
rabies_preprocess.log
THE QC Report folder only contains template_files.png
Beta Was this translation helpful? Give feedback.
All reactions