@@ -8,14 +8,17 @@ def test_ReconAll_inputs():
8
8
argstr = "-FLAIR %s" ,
9
9
extensions = None ,
10
10
min_ver = "5.3.0" ,
11
+ requires = ["subject_id" ],
11
12
),
12
13
T1_files = dict (
13
14
argstr = "-i %s..." ,
15
+ requires = ["subject_id" ],
14
16
),
15
17
T2_file = dict (
16
18
argstr = "-T2 %s" ,
17
19
extensions = None ,
18
20
min_ver = "5.3.0" ,
21
+ requires = ["subject_id" ],
19
22
),
20
23
args = dict (
21
24
argstr = "%s" ,
@@ -33,6 +36,7 @@ def test_ReconAll_inputs():
33
36
),
34
37
brainstem = dict (
35
38
argstr = "-brainstem-structures" ,
39
+ requires = ["subject_id" ],
36
40
),
37
41
directive = dict (
38
42
argstr = "-%s" ,
@@ -52,14 +56,17 @@ def test_ReconAll_inputs():
52
56
),
53
57
hemi = dict (
54
58
argstr = "-hemi %s" ,
59
+ requires = ["subject_id" ],
55
60
),
56
61
hippocampal_subfields_T1 = dict (
57
62
argstr = "-hippocampal-subfields-T1" ,
58
63
min_ver = "6.0.0" ,
64
+ requires = ["subject_id" ],
59
65
),
60
66
hippocampal_subfields_T2 = dict (
61
67
argstr = "-hippocampal-subfields-T2 %s %s" ,
62
68
min_ver = "6.0.0" ,
69
+ requires = ["subject_id" ],
63
70
),
64
71
hires = dict (
65
72
argstr = "-hires" ,
@@ -77,6 +84,7 @@ def test_ReconAll_inputs():
77
84
),
78
85
mprage = dict (
79
86
argstr = "-mprage" ,
87
+ requires = ["subject_id" ],
80
88
),
81
89
mri_aparc2aseg = dict (
82
90
xor = ["expert" ],
@@ -161,6 +169,7 @@ def test_ReconAll_inputs():
161
169
),
162
170
subject_id = dict (
163
171
argstr = "-subjid %s" ,
172
+ xor = ["base_template_id" , "longitudinal_timepoint_id" ],
164
173
),
165
174
subjects_dir = dict (
166
175
argstr = "-sd %s" ,
0 commit comments