File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ def test_CatMatvec_inputs():
38
38
),
39
39
out_file = dict (
40
40
argstr = ' > %s' ,
41
+ keep_extension = False ,
41
42
mandatory = True ,
43
+ name_source = 'in_file' ,
44
+ name_template = '%s_cat.aff12.1D' ,
42
45
position = - 1 ,
43
46
),
44
47
outputtype = dict (),
Original file line number Diff line number Diff line change @@ -564,8 +564,11 @@ class CatMatvecInputSpec(AFNICommandInputSpec):
564
564
argstr = "%s" ,
565
565
position = - 2 )
566
566
out_file = File (
567
- desc = "File to write concattenated matvecs to" ,
568
567
argstr = " > %s" ,
568
+ name_template = '%s_cat.aff12.1D' ,
569
+ name_source = 'in_file' ,
570
+ keep_extension = False ,
571
+ desc = "File to write concattenated matvecs to" ,
569
572
position = - 1 ,
570
573
mandatory = True )
571
574
matrix = traits .Bool (
You can’t perform that action at this time.
0 commit comments