Skip to content

Commit

Permalink
editing add_x_form_to_header yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adsouza committed Nov 23, 2023
1 parent 16b9ba3 commit 89bf771
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nipype-auto-conv/specs/add_x_form_to_header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ inputs:
# type=file|default=<undefined>: input volume
transform: datascience/text-matrix
# type=file|default=<undefined>: xfm file
out_file: generic/file
out_file: Path
# type=file: output volume
# type=file|default='output.mgz': output volume
# output_file_template ='output.mgz'
metadata:
# dict[str, dict[str, any]] - additional metadata to set on any of the input fields (e.g. out_file: position: 1)
outputs:
Expand All @@ -69,11 +70,13 @@ outputs:
out_file: generic/file
# type=file: output volume
# type=file|default='output.mgz': output volume
# output_file_template ='output.mgz'
callables:
# dict[str, str] - names of methods/callable classes defined in the adjacent `*_callables.py`
# to set to the `callable` attribute of output fields
templates:
# dict[str, str] - `output_file_template` values to be provided to output fields
out_file: 'output.mgz'
requirements:
# dict[str, list[str]] - input fields that are required to be provided for the output field to be present
tests:
Expand Down

0 comments on commit 89bf771

Please sign in to comment.