Skip to content

Commit 25b7e96

Browse files
author
David Ellis
committed
Fix: turns the mandatory flag off for aseg.
1 parent 2daa8c1 commit 25b7e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ class VolumeMaskInputSpec(FSTraitedSpec):
23102310
desc="Implicit input left white matter surface")
23112311
rh_white = File(mandatory=True, exists=True,
23122312
desc="Implicit input right white matter surface")
2313-
aseg = File(mandatory=True, exists=True,
2313+
aseg = File(exists=True,
23142314
xor=['in_aseg'],
23152315
desc="Implicit aseg.mgz segmentation. " +
23162316
"Specify a different aseg by using the 'in_aseg' input.")

0 commit comments

Comments
 (0)