Skip to content

Commit

Permalink
Merge branch 'feature/fmriprep_ingress' of https://github.com/FCP-IND…
Browse files Browse the repository at this point in the history
…I/C-PAC into feature/fmriprep_ingress
  • Loading branch information
e-kenneally committed Sep 22, 2023
2 parents 567b5d8 + 97af910 commit fc873eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CPAC/resources/configs/pipeline_config_blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ pipeline_setup:
# Directory where CPAC should write crash logs.
path: /outputs/crash

outdir_ingress:
outdir_ingress:
run: Off

Amazon-AWS:

# If setting the 'Output Directory' to an S3 bucket, insert the path to your AWS credentials file here.
Expand Down
11 changes: 4 additions & 7 deletions CPAC/resources/configs/pipeline_config_fmriprep-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pipeline_setup:

# Generate quality control pages containing preprocessing and derivative outputs.
generate_quality_control_images: On

outdir_ingress:
run: On
Template: 'MNI152NLin2009cAsym'
run: On
Template: MNI152NLin2009cAsym

anatomical_preproc:
acpc_alignment:
Expand Down Expand Up @@ -123,10 +123,7 @@ nuisance_corrections:
ingress_regressors:
run: On
Regressors:
Name: 'default'
Columns:
- global_signal
- white_matter
Columns: [global_signal, white_matter]

# switch to Off if nuisance regression is off and you don't want to write out the regressors
create_regressors: Off
Expand Down

0 comments on commit fc873eb

Please sign in to comment.