Skip to content

Commit

Permalink
remove nf--core test in module
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBautin committed Feb 8, 2024
1 parent ed8efb6 commit 1364154
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 89 deletions.
9 changes: 0 additions & 9 deletions modules/nf-scil/segmentation/fslfirst/environment.yml

This file was deleted.

8 changes: 4 additions & 4 deletions modules/nf-scil/segmentation/fslfirst/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process SEGMENTATION_FSLFIRST {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://scil.usherbrooke.ca/containers/scilus_1.6.0.sif':
'scilus/scilus:1.6.0' }"
'scilus/scilus:1.2.0':
'scilus/scilus:1.2.0' }"

input:
tuple val(meta), path(image)
Expand All @@ -27,7 +27,7 @@ process SEGMENTATION_FSLFIRST {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
scilpy: 1.6.0
scilpy: 1.2.0
fsl: \$(first -version 2>&1 | sed -n 's/FIRST version \\([0-9.]\\+\\)/\\1/p')
END_VERSIONS
"""
Expand All @@ -43,7 +43,7 @@ process SEGMENTATION_FSLFIRST {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
scilpy: 1.6.0
scilpy: 1.2.0
fsl: \$(first -version 2>&1 | sed -n 's/FIRST version \\([0-9.]\\+\\)/\\1/p')
END_VERSIONS
"""
Expand Down
74 changes: 0 additions & 74 deletions modules/nf-scil/segmentation/fslfirst/tests/main.nf.test

This file was deleted.

2 changes: 0 additions & 2 deletions modules/nf-scil/segmentation/fslfirst/tests/tags.yml

This file was deleted.

0 comments on commit 1364154

Please sign in to comment.