8000 [ENH]: Add functions to mrtrix3 interface by lbutry · Pull Request #3613 · nipy/nipype · GitHub
[go: up one dir, main page]

Skip to content

[ENH]: Add functions to mrtrix3 interface #3613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Mar 20, 2024
Merged
Prev Previous commit
Next Next commit
fixed comma
  • Loading branch information
Lionel Butry committed Oct 24, 2023
commit a26c6b1be0a8521ec642b8a08ebb1f894975222f
2 changes: 1 addition & 1 deletion nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ class Generate5tt2gmwmiInputSpec(MRTrix3BaseInputSpec):
desc="the input 5TT segmented anatomical image",
)
mask_out = File(
"mask_gmwmi.mif"
"mask_gmwmi.mif",
argstr="%s",
mandatory=True,
position=-1,
Expand Down
0