Skip to content

Commit

Permalink
fix mrtrix container
Browse files Browse the repository at this point in the history
  • Loading branch information
Manonedde committed Dec 12, 2024
1 parent 318a2fe commit 384d444
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/nf-neuro/image/applymask/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ process IMAGE_APPLYMASK {
tag "$meta.id"
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' }"
container "mrtrix3/mrtrix3:latest"

input:
tuple val(meta), path(image), path(mask)
Expand Down

0 comments on commit 384d444

Please sign in to comment.