Closed levchenkoegor closed 3 years ago
Hi @levchenkoegor,
Thank you for posting this issue! The error message you are getting is due to eddy
running its own heuristics to determine whether the data is shelled (i.e. single or multi-shell) or non-shelled. Some sampling schemes fail to pass this test. dMRIPrep
includes its own tools for validating and parsing the bvec and bval files and we are working our own heuristic to distinguish shelled vs non-shelled schemes that will run upstream of eddy
. I think what we need to update in this case is passing the --data_is_shelled
argument to eddy by default if the data is indeed detected to be shelled (or even allowing the user to specify this command in dMRIPrep
s command line.
This pipeline is still under active development and we haven't put out a stable release yet. I would not recommend using it for your final analysis. But you are welcome to keep on posting issues or contribute if you're interested!
Hi @josephmje,
Thank you for your answer! I got it.
Yes, I know that the stable version is not released yet, but I just excited to try new tools for my data :)
@josephmje any progress on developing dMRIPrep's own heuristic to detect shelled scheme?
I'm running into this error with a dataset I'm trying to run through dMRIPrep.
cc/ @oesteban
Description
I tried to run dmriprep on our HPC cluster using singularity with the next command (SUBJ_I is an iterator to send subjects 1 by 1 to cluster):
During the calculations, an error occurred, that I don't understand.
Output file:
HTML report:
I've attached
output
file andhtml_report
file. output_and_html_report.zipDo you have any ideas what is the problem? Any comments or ideas are appreciated :)