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 b363412 commit a567524Copy full SHA for a567524
nipype/interfaces/fsl/dti.py
@@ -445,7 +445,7 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
445
argstr='-m %s', mandatory=True)
446
seed = traits.Either(File(exists=True), traits.List(File(exists=True)),
447
traits.List(traits.List(traits.Int(),
448
- minlen=3, maxlen=3)),
+ minlen=3, maxlen=3)),
449
desc=('seed volume(s), or voxel(s) or freesurfer '
450
'label file'),
451
argstr='--seed=%s', mandatory=True)
0 commit comments