We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb331d commit 0f19ceaCopy full SHA for 0f19cea
1 file changed
src/rbc/workflows/anatomical.py
@@ -43,7 +43,7 @@ def single_session(in_t1w: Path, output_dir: Path) -> None:
43
(extracted_t1w.gm_segmentation, "gm", "dseg"),
44
]
45
renamed_files = [
46
- rename(Path(out_file), str(bids(desc=desc, suffix=suffix, ext=".nii.gz")))
+ rename(out_file, bids(desc=desc, suffix=suffix, ext=".nii.gz"))
47
for out_file, desc, suffix in extracted_t1w_outputs
48
49
niwrap_helper.save(
0 commit comments