Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Dec 20, 2024
1 parent 2c67dba commit cd6db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/pediatric.nf
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ workflow PEDIATRIC {
params.tracking ? REGISTRATION.out.image_warped : params.freesurfer ? FREESURFERFLOW.out.t1 : params.infant ? ch_inputs.t2 : ch_inputs.t1,
ch_tissueseg,
params.connectomics ? TRANSFORM_LABELS.out.warped_image : params.freesurfer ? FREESURFERFLOW.out.labels : Channel.empty(),
params.connectomcis ? FILTERING_COMMIT.out.trk : params.tracking ? ch_trk : Channel.empty(),
params.connectomics ? FILTERING_COMMIT.out.trk : params.tracking ? ch_trk : Channel.empty(),
params.tracking || params.connectomics ? ch_inputs.dwi_bval_bvec : Channel.empty(),
params.tracking ? RECONST_DTIMETRICS.out.fa : Channel.empty(),
params.tracking ? RECONST_DTIMETRICS.out.md : Channel.empty(),
Expand Down

0 comments on commit cd6db67

Please sign in to comment.