Skip to content

Commit

Permalink
X19V refactoring (#177)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
bclenet authored Feb 19, 2024
1 parent 947a71d commit e4a5942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narps_open/pipelines/team_X19V.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'
Expand Down

0 comments on commit e4a5942

Please sign in to comment.