Skip to content

Commit 89c93b2

Browse files
committed
edit nordic-fmriprep pipeline
1 parent be9d2b7 commit 89c93b2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

notebooks/eg_nordic-fmriprep_pipeline.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,31 @@ pipeline:
1919
bids_app_args:
2020
$SUBJECT_SELECTION_FLAG: "--participant-label"
2121
singularity_args:
22-
- '--cleanenv'
22+
- '--containall'
2323
inter_step_cmds: |
2424
# Delete rec-nonordic files (original data with new names)
2525
echo "Deleting rec-nonordic files (original data)..."
2626
find "${PWD}/inputs/data/BIDS" -name "*rec-nonordic*" -delete
2727
echo "Original data with rec-nonordic entity removed"
2828
2929
# Step 2: fMRIPrep (uses cleaned nordic output as input)
30-
- container_name: 'fmriprep-25-0-0'
30+
- container_name: 'fmriprep-25-2-3'
3131
config:
3232
bids_app_args:
3333
$SUBJECT_SELECTION_FLAG: "--participant-label"
3434
-w: "$BABS_TMPDIR"
3535
--stop-on-first-crash: ""
3636
--fs-license-file: "/path/to/license.txt"
37-
--output-spaces: "MNI152NLin6Asym:res-2"
37+
--output-spaces: "func T1w MNI152NLin6Asym:res-2"
3838
--force: bbr
3939
--skip-bids-validation: ""
4040
-vv: ""
4141
--n_cpus: "8"
4242
--mem-mb: "60000"
43-
--fs-no-reconall: ""
43+
--cifti-output: "91k"
44+
--me-output-echos: ""
45+
--project-goodvoxels: ""
46+
4447
singularity_args:
4548
- --containall
4649
- --writable-tmpfs

0 commit comments

Comments
 (0)