Dear MRtrix community,
I am running into an error when I am using the dwi2response function following the HCP instructions.
My command is:
/usr/local/mrtrix/mrtrix3/scripts/dwi2response msmt_5tt DWI.mif 5TT.mif RF_WM.txt RF_GM.txt RF_CSF.txt -voxels RF_voxels.mif
And I get the following error:
wi2response tournier dwi.mif wm_ss_response.txt -mask wm_mask.mif -voxels wm_sf_mask.mif -quiet -tempdir /tmp/dwi2response-tmp-PVHEFE/
Traceback (most recent call last):
File "/usr/local/mrtrix/mrtrix3/scripts/dwi2response", line 120, in <module>
algorithm.execute()
File "/usr/local/mrtrix/mrtrix3/scripts/src/dwi2response/msmt_5tt.py", line 92, in execute
runCommand('dwi2response ' + lib.app.args.wm_algo + ' dwi.mif wm_ss_response.txt -mask wm_mask.mif -voxels wm_sf_mask.mif -quiet -tempdir ' + lib.app.tempDir + recursive_cleanup_option)
File "/usr/local/mrtrix/mrtrix3/scripts/lib/runCommand.py", line 103, in runCommand
process = subprocess.Popen(cmdstack[0], stdin=None, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Thanks so much for any insight as to the problem!
Best,
Alex