Skip to content

Commit

Permalink
refactored yaml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 13, 2024
1 parent e47382e commit 219ed06
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ nipype_name: afni_wf
# name of the nipype module the function is found within, e.g. mriqc.workflows.anatomical.base
nipype_module: niworkflows.anat.skullstrip
# Name of the node that is to be considered the input of the workflow, i.e. its outputs will be the inputs of the workflow
input_nodes:
inputnode:
input_node: inputnode
# Name of the node that is to be considered the output of the workflow, i.e. its inputs will be the outputs of the workflow
output_nodes:
outputnode:
output_node: outputnode
# Generic regular expression substitutions to be run over the code before it is processed
find_replace: null
# name of the workflow variable that is returned
Expand Down

0 comments on commit 219ed06

Please sign in to comment.