Skip to content

Commit 325deb5

Browse files
birajsthashnizzedy
andauthored
Update CPAC/pipeline/engine.py
Co-authored-by: Jon Cluce <[email protected]>
1 parent 7371e15 commit 325deb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/pipeline/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ def ingress_freesurfer(wf, rpool, cfg, data_paths, unique_id, part_id, ses_id):
20452045
creds_path=data_paths["creds_path"],
20462046
dl_dir=cfg.pipeline_setup["working_directory"]["path"],
20472047
)
2048-
# if .mgz reorient to RPI
2048+
# reorient *.mgz
20492049
if outfile.endswith(".mgz"):
20502050
reorient_mgz = pe.Node(
20512051
Function(

0 commit comments

Comments
 (0)