Skip to content

Commit 59c755b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into enh/smriprep
2 parents b90f5ef + 9a9e7d7 commit 59c755b

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

.circleci/config.yml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ jobs:
358358
at: /tmp
359359
- restore_cache:
360360
keys:
361-
- ds005-anat-v12-{{ .Branch }}-{{ epoch }}
362-
- ds005-anat-v12-{{ .Branch }}
363-
- ds005-anat-v12-master
364-
- ds005-anat-v12-
361+
- ds005-anat-v13-{{ .Branch }}-{{ epoch }}
362+
- ds005-anat-v13-{{ .Branch }}
363+
- ds005-anat-v13-master
364+
- ds005-anat-v13-
365365
- run:
366366
name: Setting up test
367367
command: |
@@ -395,10 +395,9 @@ jobs:
395395
--sloppy --write-graph --mem_mb 4096 \
396396
--nthreads 2 --anat-only -vv
397397
- save_cache:
398-
key: ds005-anat-v12-{{ .Branch }}-{{ epoch }}
398+
key: ds005-anat-v13-{{ .Branch }}-{{ epoch }}
399399
paths:
400400
- /tmp/ds005/work
401-
- /tmp/ds005/derivatives/fmriprep
402401

403402
- run:
404403
name: Run full fMRIPrep on ds005 (LegacyMultiProc plugin)
@@ -489,10 +488,10 @@ jobs:
489488
at: /tmp
490489
- restore_cache:
491490
keys:
492-
- ds054-anat-v10-{{ .Branch }}-{{ epoch }}
493-
- ds054-anat-v10-{{ .Branch }}
494-
- ds054-anat-v10-master
495-
- ds054-anat-v10-
491+
- ds054-anat-v11-{{ .Branch }}-{{ epoch }}
492+
- ds054-anat-v11-{{ .Branch }}
493+
- ds054-anat-v11-master
494+
- ds054-anat-v11-
496495
- run:
497496
name: Setting up test
498497
command: |
@@ -526,10 +525,9 @@ jobs:
526525
--fs-no-reconall --sloppy --write-graph \
527526
--mem_mb 4096 --nthreads 2 --anat-only -vv
528527
- save_cache:
529-
key: ds054-anat-v10-{{ .Branch }}-{{ epoch }}
528+
key: ds054-anat-v11-{{ .Branch }}-{{ epoch }}
530529
paths:
531530
- /tmp/ds054/work
532-
- /tmp/ds054/derivatives
533531

534532
- run:
535533
name: Run full fMRIPrep on ds054
@@ -608,10 +606,10 @@ jobs:
608606
at: /tmp
609607
- restore_cache:
610608
keys:
611-
- ds210-anat-v8-{{ .Branch }}-{{ epoch }}
612-
- ds210-anat-v8-{{ .Branch }}
613-
- ds210-anat-v8-master
614-
- ds210-anat-v8-
609+
- ds210-anat-v9-{{ .Branch }}-{{ epoch }}
610+
- ds210-anat-v9-{{ .Branch }}
611+
- ds210-anat-v9-master
612+
- ds210-anat-v9-
615613
- run:
616614
name: Setting up test
617615
command: |
@@ -645,10 +643,9 @@ jobs:
645643
--fs-no-reconall --sloppy --write-graph \
646644
--mem_mb 4096 --nthreads 2 --anat-only -vv
647645
- save_cache:
648-
key: ds210-anat-v8-{{ .Branch }}-{{ epoch }}
646+
key: ds210-anat-v9-{{ .Branch }}-{{ epoch }}
649647
paths:
650648
- /tmp/ds210/work
651-
- /tmp/ds210/derivatives
652649

653650
- run:
654651
name: Run full fMRIPrep on ds000210

fmriprep/cli/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ def build_workflow(opts, retval):
762762
cmd = ['pandoc', '-s', '--bibliography',
763763
pkgrf('fmriprep', 'data/boilerplate.bib'),
764764
'--filter', 'pandoc-citeproc',
765+
'--metadata', 'pagetitle="fMRIPrep citation boilerplate"',
765766
str(logs_path / 'CITATION.md'),
766767
'-o', str(logs_path / 'CITATION.html')]
767768
try:

0 commit comments

Comments
 (0)