Skip to content

Commit 84218f4

Browse files
authored
Update deepprep.nf
change _ to -
1 parent beb1d41 commit 84218f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepprep/nextflow/deepprep.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)