File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
nipype/workflows/smri/freesurfer Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,17 @@ def create_reconall_workflow(name="ReconAll", plugin_args=None):
105
105
Outpus::
106
106
postdatasink_outputspec.subject_id : name of the datasinked output folder in the subjects directory
107
107
108
+ Note:
109
+ The input subject_id is not passed to the commands in the workflow. Commands
110
+ that require subject_id are reading implicit inputs from
111
+ {SUBJECTS_DIR}/{subject_id}. For those commands the subject_id is set to the
112
+ default value and SUBJECTS_DIR is set to the node directory. The implicit
113
+ inputs are then copied to the node directory in order to mimic a SUBJECTS_DIR
114
+ structure. For example, if the command implicitly reads in brainmask.mgz, the
115
+ interface would copy that input file to
116
+ {node_dir}/{subject_id}/mri/brainmask.mgz and set SUBJECTS_DIR to node_dir.
117
+ The workflow only uses the input subject_id to datasink the outputs to
118
+ {subjects_dir}/{subject_id}.
108
119
"""
109
120
reconall = pe .Workflow (name = name )
110
121
You can’t perform that action at this time.
0 commit comments