Skip to content

Commit

Permalink
delete forgotten .view() function and change version
Browse files Browse the repository at this point in the history
  • Loading branch information
anroy1 committed Oct 30, 2024
1 parent 2e0f23c commit 4223808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/nf-neuro/segmentation/synthseg/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ process SEGMENTATION_SYNTHSEG {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Freesurfer: 7.4.1
Freesurfer: \$(mri_convert -version | grep "freesurfer" | sed -E 's/.* ([0-9]+\\.[0-9]+\\.[0-9]+).*/\\1/')
END_VERSIONS
"""

Expand Down Expand Up @@ -163,7 +163,7 @@ process SEGMENTATION_SYNTHSEG {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Freesurfer: 7.4.1
Freesurfer: \$(mri_convert -version | grep "freesurfer" | sed -E 's/.* ([0-9]+\\.[0-9]+\\.[0-9]+).*/\\1/')
END_VERSIONS
"""
}
1 change: 0 additions & 1 deletion subworkflows/nf-neuro/anatomical_segmentation/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ workflow ANATOMICAL_SEGMENTATION {
ch_versions = Channel.empty()

if ( params.run_synthseg ) {
ch_fs_license.view()
// ** Freesurfer synthseg segmentation ** //
SEGMENTATION_SYNTHSEG (
ch_image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-10-12T04:24:53.878475873"
"timestamp": "2024-10-30T16:59:25.733839079"
},
"anatomical_segmentation - fslfast": {
"content": [
Expand Down

0 comments on commit 4223808

Please sign in to comment.