Skip to content

Commit aa86b0b

Browse files
authored
Merge pull request #407 from nipreps/fix/wrangler-ignore-phase-epi-files
FIX: Wrangler now ignores ``part-phase`` EPI files
2 parents 83593c0 + 21b675e commit aa86b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdcflows/utils/wrangler.py

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def find_estimators(
291291
base_entities = {
292292
"subject": subject,
293293
"extension": [".nii", ".nii.gz"],
294+
"part": ["mag", None],
294295
"scope": "raw", # Ensure derivatives are not captured
295296
}
296297

0 commit comments

Comments
 (0)