Skip to content

Commit

Permalink
fix typos in eddy and topup container specification
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Dec 24, 2024
1 parent e34ec53 commit 12b116e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/nf-neuro/preproc/eddy/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process PREPROC_EDDY {
label 'process_high'

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
"https://scil.usherbrooke.ca/containers/scilus_2.0.2.sif":
"scilus/scilus:2.0.2"}"
'https://scil.usherbrooke.ca/containers/scilus_2.0.2.sif':
'scilus/scilus:2.0.2' }"

input:
tuple val(meta), path(dwi), path(bval), path(bvec), path(rev_dwi), path(rev_bval), path(rev_bvec), path(corrected_b0s), path(topup_fieldcoef), path(topup_movpart)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-neuro/preproc/topup/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process PREPROC_TOPUP {
label 'process_single'

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
"https://scil.usherbrooke.ca/containers/scilus_2.0.2.sif":
"scilus/scilus:2.0.2"}"
'https://scil.usherbrooke.ca/containers/scilus_2.0.2.sif':
'scilus/scilus:2.0.2' }"

input:
tuple val(meta), path(dwi), path(bval), path(bvec), path(b0), path(rev_dwi), path(rev_bval), path(rev_bvec), path(rev_b0)
Expand Down

0 comments on commit 12b116e

Please sign in to comment.