[BUG] Mask intersection failure #178
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🏁 status: ready for dev
Ready for work
Describe the bug
For pipeline X19V (and probably other ones) group level analyses, the
split_mask
(Split
interface) line 557 innarps_open/pipelines/team_X19V.py
node fails, when trying to compute less subjects than the ones that already have subject level results.This is because the
select_files
node selects all masks (i.e.: 108 if the 108 subjects were computed), whilesplit_mask
expects the number of masks requested by the analysis.Reproduction
Expected behavior
The
get_group_level_analysis_sub_workflow
method should select the masks corresponding to the analysis (not all the available ones).NARPS Open Pipeline version
e4a5942
Operating System
Softwares versions
nipype/nipype:py38
docker imageScreenshots
No response
The text was updated successfully, but these errors were encountered: