You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# e.g. 'medimage/nifti-gz'). For most fields the type will be correctly inferred
57
+
# from the nipype interface, but you may want to be more specific, particularly
58
+
# for file types, where specifying the format also specifies the file that will be
59
+
# passed to the field in the automatically generated unittests.
60
60
out_file: medimage/nifti1
61
61
# type=file: output file
62
62
# type=file|default=<undefined>: output image file name
@@ -68,82 +68,82 @@ outputs:
68
68
requirements:
69
69
# dict[str, list[str]] - input fields that are required to be provided for the output field to be present
70
70
tests:
71
-
- inputs:
72
-
# dict[str, str] - values to provide to inputs fields in the task initialisation
73
-
# (if not specified, will try to choose a sensible value)
74
-
in_file:
75
-
# type=file|default=<undefined>: input file to 3dAFNItoNIFTI
76
-
out_file:
77
-
# type=file: output file
78
-
# type=file|default=<undefined>: output image file name
79
-
pure:
80
-
# type=bool|default=False: Do NOT write an AFNI extension field into the output file. Only use this option if needed. You can also use the 'nifti_tool' program to strip extensions from a file.
81
-
denote:
82
-
# type=bool|default=False: When writing the AFNI extension field, remove text notes that might contain subject identifying information.
83
-
oldid:
84
-
# type=bool|default=False: Give the new dataset the input datasets AFNI ID code.
85
-
newid:
86
-
# type=bool|default=False: Give the new dataset a new AFNI ID code, to distinguish it from the input dataset.
# type=str|default='': Additional parameters to the command
93
-
environ:
94
-
# type=dict|default={}: Environment variables
95
-
imports:
96
-
# list[nipype2pydra.task.base.importstatement] - list import statements required by the test, with each list item
97
-
# consisting of 'module', 'name', and optionally 'alias' keys
98
-
expected_outputs:
99
-
# dict[str, str] - expected values for selected outputs, noting that tests will typically
100
-
# be terminated before they complete for time-saving reasons, and therefore
101
-
# these values will be ignored, when running in CI
102
-
timeout: 10
103
-
# int - the value to set for the timeout in the generated test,
104
-
# after which the test will be considered to have been initialised
105
-
# successfully. Set to 0 to disable the timeout (warning, this could
106
-
# lead to the unittests taking a very long time to complete)
107
-
xfail: true
108
-
# bool - whether the unittest is expected to fail or not. Set to false
109
-
# when you are satisfied with the edits you have made to this file
110
-
- inputs:
111
-
# dict[str, str] - values to provide to inputs fields in the task initialisation
112
-
# (if not specified, will try to choose a sensible value)
113
-
in_file:
114
-
# type=file|default=<undefined>: input file to 3dAFNItoNIFTI
115
-
out_file: ' "afni_output.nii"'
116
-
# type=file: output file
117
-
# type=file|default=<undefined>: output image file name
118
-
imports:
119
-
# list[nipype2pydra.task.base.importstatement] - list import statements required by the test, with each list item
120
-
# consisting of 'module', 'name', and optionally 'alias' keys
121
-
expected_outputs:
122
-
# dict[str, str] - expected values for selected outputs, noting that tests will typically
123
-
# be terminated before they complete for time-saving reasons, and therefore
124
-
# these values will be ignored, when running in CI
125
-
timeout: 10
126
-
# int - the value to set for the timeout in the generated test,
127
-
# after which the test will be considered to have been initialised
128
-
# successfully. Set to 0 to disable the timeout (warning, this could
129
-
# lead to the unittests taking a very long time to complete)
130
-
xfail: true
131
-
# bool - whether the unittest is expected to fail or not. Set to false
132
-
# when you are satisfied with the edits you have made to this file
71
+
- inputs:
72
+
# dict[str, str] - values to provide to inputs fields in the task initialisation
73
+
# (if not specified, will try to choose a sensible value)
74
+
in_file:
75
+
# type=file|default=<undefined>: input file to 3dAFNItoNIFTI
76
+
out_file:
77
+
# type=file: output file
78
+
# type=file|default=<undefined>: output image file name
79
+
pure:
80
+
# type=bool|default=False: Do NOT write an AFNI extension field into the output file. Only use this option if needed. You can also use the 'nifti_tool' program to strip extensions from a file.
81
+
denote:
82
+
# type=bool|default=False: When writing the AFNI extension field, remove text notes that might contain subject identifying information.
83
+
oldid:
84
+
# type=bool|default=False: Give the new dataset the input datasets AFNI ID code.
85
+
newid:
86
+
# type=bool|default=False: Give the new dataset a new AFNI ID code, to distinguish it from the input dataset.
0 commit comments