File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1831,7 +1831,7 @@ process bold_synthmorph_norigid {
18311831 output:
18321832 tuple(val(subject_id), val(" ${ bold_preprocess_path} /${ subject_id} /anat/${ subject_id} _space-${ template_space} _res-02_desc-skull_T1w.nii.gz" )) // emit: t1_norigid_nii
18331833 tuple(val(subject_id), val(" ${ bold_preprocess_path} /${ subject_id} /anat/${ subject_id} _space-${ template_space} _res-02_desc-noskull_T1w.nii.gz" )) // emit: norm_norigid_nii
1834- tuple(val(subject_id), val(" ${ bold_preprocess_path} /${ subject_id} /anat/${ subject_id} _from-T1w_to_ ${ template_space} _desc-nonlinear_xfm.npz" )) // emit: transvoxel
1834+ tuple(val(subject_id), val(" ${ bold_preprocess_path} /${ subject_id} /anat/${ subject_id} _from-T1w_to- ${ template_space} _desc-nonlinear_xfm.npz" )) // emit: transvoxel
18351835
18361836 script:
18371837 gpu_script_py = " gpu_schedule_run.py"
You can’t perform that action at this time.
0 commit comments