Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Fix t1-freesurfer pipeline handler #1240

Conversation

NicolasGensollen
Copy link
Member

This PR fixes a couple bugs on the iotools merge-tsv which occurs when providing a CAPS folder for T1Freesurfer.
These bugs were introduced in #869 (from clinica 0.7.4).

  • The parameter group_selection was not properly handled
  • The T1Freesurfer pipeline has no groups in its CAPS and the metric extraction logic is thus a bit different. More precisely, the segmentation volume metrics were not extracted correctly.

This PR proposes to add some basic fixes as well as some unit tests.

@NicolasGensollen NicolasGensollen changed the base branch from dev to maint-0.8 July 22, 2024 06:02
@NicolasGensollen NicolasGensollen self-assigned this Jul 22, 2024
@NicolasGensollen NicolasGensollen added the fix PR fixing a bug label Jul 22, 2024
@NicolasGensollen NicolasGensollen added this to the v0.8.3 milestone Jul 22, 2024
@NicolasGensollen NicolasGensollen marked this pull request as ready for review July 22, 2024 07:19
@NicolasGensollen NicolasGensollen merged commit 687a824 into aramis-lab:maint-0.8 Jul 22, 2024
12 of 15 checks passed
@NicolasGensollen NicolasGensollen deleted the fix-t1-freesurfer-pipeline-handler branch July 22, 2024 07:20
AliceJoubert pushed a commit to AliceJoubert/clinica that referenced this pull request Aug 22, 2024
* fix bad kwargs passing to pipeline handlers

* use t1-freesurfer for name

* fix handling of ignore_groups

* fix special case for segmentationVolumes

* add unit tests

* trigger CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix PR fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant