We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e446466 + 694d855 commit d69bfd2Copy full SHA for d69bfd2
nipype/interfaces/afni/tests/test_auto_CatMatvec.py
@@ -38,7 +38,10 @@ def test_CatMatvec_inputs():
38
),
39
out_file=dict(
40
argstr=' > %s',
41
+ keep_extension=False,
42
mandatory=True,
43
+ name_source='in_file',
44
+ name_template='%s_cat.aff12.1D',
45
position=-1,
46
47
outputtype=dict(),
nipype/interfaces/afni/utils.py
@@ -564,8 +564,11 @@ class CatMatvecInputSpec(AFNICommandInputSpec):
564
argstr="%s",
565
position=-2)
566
out_file = File(
567
- desc="File to write concattenated matvecs to",
568
argstr=" > %s",
569
570
571
+ desc="File to write concattenated matvecs to",
572
573
mandatory=True)
574
matrix = traits.Bool(
0 commit comments