From e4a5942bad7f14115344f4c6cee9349908b771f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= <117362283+bclenet@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:27:10 +0100 Subject: [PATCH] X19V refactoring (#177) * First pass at refactoring * First pass at refactoring * [TEST] add tests for X19V * Error with data_sink output [skip ci] * Workflow output file names * Workflow output file names * [TEST] bug in test file * Typo in group level outputs [skip ci] --- narps_open/pipelines/team_X19V.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/narps_open/pipelines/team_X19V.py b/narps_open/pipelines/team_X19V.py index 5e3e8989..60a8284d 100755 --- a/narps_open/pipelines/team_X19V.py +++ b/narps_open/pipelines/team_X19V.py @@ -734,7 +734,7 @@ def get_group_level_outputs(self): 'contrast_id': self.contrast_list, 'method': ['equalRange', 'equalIndifference'], 'file': [ - '_cluster0/zstat1_pval.nii.gz ', + '_cluster0/zstat1_pval.nii.gz', '_cluster0/zstat1_threshold.nii.gz', '_cluster1/zstat2_pval.nii.gz', '_cluster1/zstat2_threshold.nii.gz', @@ -758,7 +758,7 @@ def get_group_level_outputs(self): parameters = { 'contrast_id': self.contrast_list, 'file': [ - '_cluster0/zstat1_pval.nii.gz ', + '_cluster0/zstat1_pval.nii.gz', '_cluster0/zstat1_threshold.nii.gz', 'tstat1.nii.gz', 'zstat1.nii.gz'