We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daa8c1 commit 25b7e96Copy full SHA for 25b7e96
nipype/interfaces/freesurfer/utils.py
@@ -2310,7 +2310,7 @@ class VolumeMaskInputSpec(FSTraitedSpec):
2310
desc="Implicit input left white matter surface")
2311
rh_white = File(mandatory=True, exists=True,
2312
desc="Implicit input right white matter surface")
2313
- aseg = File(mandatory=True, exists=True,
+ aseg = File(exists=True,
2314
xor=['in_aseg'],
2315
desc="Implicit aseg.mgz segmentation. " +
2316
"Specify a different aseg by using the 'in_aseg' input.")
0 commit comments