We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cca67d commit e5c936fCopy full SHA for e5c936f
sdcflows/workflows/outputs.py
@@ -230,6 +230,13 @@ def init_fmap_derivatives_wf(
230
),
231
name='ds_mask',
232
)
233
+ ds_mask._file_patterns = ds_mask._file_patterns + [
234
+ 'sub-{subject}[/ses-{session}]/{datatype<fmap>|fmap}/'
235
+ 'sub-{subject}[_ses-{session}][_hash-{hash}][_acq-{acquisition}]'
236
+ '[_dir-{direction}][_run-{run}][_part-{part}][_space-{space}]'
237
+ '[_cohort-{cohort}][_res-{resolution}][_fmapid-{fmapid}]'
238
+ '[_desc-{desc}]_{suffix<mask>}{extension<.nii|.nii.gz|.json>|.nii.gz}',
239
+ ]
240
241
ds_mask.inputs.trait_set(**custom_entities)
242
0 commit comments