Skip to content

Commit

Permalink
last final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoumyreStanislas committed Sep 12, 2024
1 parent b2bed2b commit 610eb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-scil/registration/easyreg/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ process REGISTRATION_EASYREG {
reference_segmentation="${prefix}_reference_segmentation.nii.gz"
fi
if [[ -f "$flo_segmentation" ]];
if [[ -f "$flo_segmentation" ]];
then
floating_segmentation=$flo_segmentation
else
Expand Down
1 change: 1 addition & 0 deletions modules/nf-scil/registration/easyreg/tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
ext.field = true
ext.affine = true
ext.threads = 1
}
}

0 comments on commit 610eb3e

Please sign in to comment.