Skip to content

Commit 8976cc6

Browse files
committed
Merge remote-tracking branch 'upstream/master' into enh/bids_filter
2 parents b12ffb8 + 4cb3385 commit 8976cc6

33 files changed

+1259
-837
lines changed

.circleci/config.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
THISVERSION=${CIRCLE_TAG:-$THISVERSION}
8585
DOCKERVERSION=$(docker run --rm -it poldracklab/fmriprep:latest --version)
8686
DOCKERVERSION=${DOCKERVERSION%$'\r'}
87-
DOCKERVERSION=${DOCKERVERSION#*"fmriprep v"}
87+
DOCKERVERSION=${DOCKERVERSION#*"fMRIPrep v"}
8888
echo "VERSION: \"$THISVERSION\""
8989
echo "DOCKERVERSION: \"${DOCKERVERSION}\""
9090
test "$DOCKERVERSION" = "$THISVERSION"
@@ -445,9 +445,9 @@ jobs:
445445
when: on_fail
446446
command: |
447447
sudo chown $(id -un):$(id -gn) -R /tmp/ds005
448-
find /tmp/ds005/work \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
448+
find /tmp/ds005/work \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
449449
-exec sh -c 'rm -f {}; touch {}' \;
450-
find /tmp/ds005/work_partial \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
450+
find /tmp/ds005/work_partial \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
451451
-exec sh -c 'rm -f {}; touch {}' \;
452452
453453
- store_artifacts:
@@ -520,6 +520,7 @@ jobs:
520520
--config $PWD/nipype.cfg -w /tmp/ds054/work \
521521
/tmp/data/ds054 /tmp/ds054/derivatives participant \
522522
--fs-no-reconall --sloppy --write-graph \
523+
--output-spaces MNI152NLin2009cAsym \
523524
--mem_mb 4096 --nthreads 2 --anat-only -vv
524525
- run:
525526
name: Clean-up after anatomical run
@@ -585,7 +586,7 @@ jobs:
585586
when: on_fail
586587
command: |
587588
sudo chown $(id -un):$(id -gn) -R /tmp/ds054
588-
find /tmp/ds054/work \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
589+
find /tmp/ds054/work \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
589590
-exec sh -c 'rm -f {}; touch {}' \;
590591
- store_artifacts:
591592
path: /tmp/ds054
@@ -657,6 +658,7 @@ jobs:
657658
--config $PWD/nipype.cfg -w /tmp/ds210/work \
658659
/tmp/data/ds210 /tmp/ds210/derivatives participant \
659660
--fs-no-reconall --sloppy --write-graph \
661+
--output-spaces MNI152NLin2009cAsym \
660662
--mem_mb 4096 --nthreads 2 --anat-only -vv
661663
- run:
662664
name: Clean-up after anatomical run
@@ -678,8 +680,9 @@ jobs:
678680
--config $PWD/nipype.cfg -w /tmp/ds210/work \
679681
/tmp/data/ds210 /tmp/ds210/derivatives participant \
680682
--fs-no-reconall --t2s-coreg --use-syn-sdc \
681-
--template-resampling-grid native --dummy-scans 1 \
682-
--sloppy --write-graph --mem_mb 4096 --nthreads 2 -vv
683+
--dummy-scans 1 --sloppy --write-graph \
684+
--output-spaces MNI152NLin2009cAsym \
685+
--mem_mb 4096 --nthreads 2 -vv
683686
- run:
684687
name: Checking outputs of fMRIPrep
685688
command: |
@@ -698,7 +701,7 @@ jobs:
698701
when: on_fail
699702
command: |
700703
sudo chown $(id -un):$(id -gn) -R /tmp/ds210
701-
find /tmp/ds210/work \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
704+
find /tmp/ds210/work \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
702705
-exec sh -c 'rm -f {}; touch {}' \;
703706
- store_artifacts:
704707
path: /tmp/ds210
@@ -812,7 +815,7 @@ jobs:
812815
which fmriprep | grep sdist\\/bin
813816
INSTALLED_VERSION=$(fmriprep --version)
814817
INSTALLED_VERSION=${INSTALLED_VERSION%$'\r'}
815-
INSTALLED_VERSION=${INSTALLED_VERSION#*"fmriprep v"}
818+
INSTALLED_VERSION=${INSTALLED_VERSION#*"fMRIPrep v"}
816819
echo "VERSION: \"$THISVERSION\""
817820
echo "INSTALLED: \"$INSTALLED_VERSION\""
818821
test "$INSTALLED_VERSION" = "$THISVERSION"
@@ -829,7 +832,7 @@ jobs:
829832
which fmriprep | grep wheel\\/bin
830833
INSTALLED_VERSION=$(fmriprep --version)
831834
INSTALLED_VERSION=${INSTALLED_VERSION%$'\r'}
832-
INSTALLED_VERSION=${INSTALLED_VERSION#*"fmriprep v"}
835+
INSTALLED_VERSION=${INSTALLED_VERSION#*"fMRIPrep v"}
833836
echo "VERSION: \"$THISVERSION\""
834837
echo "INSTALLED: \"$INSTALLED_VERSION\""
835838
test "$INSTALLED_VERSION" = "$THISVERSION"

.circleci/ds005_outputs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ fmriprep/sub-01/anat/sub-01_space-MNI152NLin6Asym_label-GM_probseg.nii.gz
5151
fmriprep/sub-01/anat/sub-01_space-MNI152NLin6Asym_label-WM_probseg.nii.gz
5252
fmriprep/sub-01/func
5353
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_AROMAnoiseICs.csv
54-
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_bold.dtseries.json
55-
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_bold.dtseries.nii
5654
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_desc-confounds_regressors.json
5755
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_desc-confounds_regressors.tsv
5856
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_desc-MELODIC_mixing.tsv
5957
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-fsaverage5_hemi-L.func.gii
6058
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-fsaverage5_hemi-R.func.gii
59+
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-fsLR_den-91k_bold.dtseries.json
60+
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-fsLR_den-91k_bold.dtseries.nii
6161
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-fsnative_hemi-L.func.gii
6262
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-fsnative_hemi-R.func.gii
6363
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-MNI152NLin2009cAsym_boldref.nii.gz
@@ -83,13 +83,13 @@ fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-T1w_desc-brain_ma
8383
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-T1w_desc-preproc_bold.json
8484
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-01_space-T1w_desc-preproc_bold.nii.gz
8585
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_AROMAnoiseICs.csv
86-
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_bold.dtseries.json
87-
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_bold.dtseries.nii
8886
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_desc-confounds_regressors.json
8987
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_desc-confounds_regressors.tsv
9088
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_desc-MELODIC_mixing.tsv
9189
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsaverage5_hemi-L.func.gii
9290
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsaverage5_hemi-R.func.gii
91+
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsLR_den-91k_bold.dtseries.json
92+
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsLR_den-91k_bold.dtseries.nii
9393
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsnative_hemi-L.func.gii
9494
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsnative_hemi-R.func.gii
9595
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-MNI152NLin2009cAsym_boldref.nii.gz

.circleci/ds005_partial_outputs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ fmriprep/sub-01/anat/sub-01_space-MNI152NLin6Asym_label-GM_probseg.nii.gz
5151
fmriprep/sub-01/anat/sub-01_space-MNI152NLin6Asym_label-WM_probseg.nii.gz
5252
fmriprep/sub-01/func
5353
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_AROMAnoiseICs.csv
54-
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_bold.dtseries.json
55-
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_bold.dtseries.nii
5654
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_desc-confounds_regressors.json
5755
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_desc-confounds_regressors.tsv
5856
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_desc-MELODIC_mixing.tsv
5957
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsaverage5_hemi-L.func.gii
6058
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsaverage5_hemi-R.func.gii
59+
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsLR_den-91k_bold.dtseries.json
60+
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsLR_den-91k_bold.dtseries.nii
6161
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsnative_hemi-L.func.gii
6262
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-fsnative_hemi-R.func.gii
6363
fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-02_space-MNI152NLin2009cAsym_boldref.nii.gz

.circleci/ds054_outputs.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_desc-confounds_regre
3333
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_desc-confounds_regressors.tsv
3434
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_desc-preproc_bold.json
3535
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_desc-preproc_bold.nii.gz
36-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_boldref.nii.gz
37-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_desc-brain_mask.json
38-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_desc-brain_mask.nii.gz
39-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_desc-preproc_bold.json
40-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_desc-preproc_bold.nii.gz
36+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_res-2_boldref.nii.gz
37+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_res-2_desc-brain_mask.json
38+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_res-2_desc-brain_mask.nii.gz
39+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_res-2_desc-preproc_bold.json
40+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-MNI152NLin2009cAsym_res-2_desc-preproc_bold.nii.gz
4141
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-T1w_boldref.nii.gz
4242
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-T1w_desc-brain_mask.json
4343
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-01_space-T1w_desc-brain_mask.nii.gz
@@ -50,11 +50,11 @@ fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_desc-confounds_regre
5050
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_desc-confounds_regressors.tsv
5151
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_desc-preproc_bold.json
5252
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_desc-preproc_bold.nii.gz
53-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_boldref.nii.gz
54-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_desc-brain_mask.json
55-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_desc-brain_mask.nii.gz
56-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_desc-preproc_bold.json
57-
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_desc-preproc_bold.nii.gz
53+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_res-2_boldref.nii.gz
54+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_res-2_desc-brain_mask.json
55+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_res-2_desc-brain_mask.nii.gz
56+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_res-2_desc-preproc_bold.json
57+
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-MNI152NLin2009cAsym_res-2_desc-preproc_bold.nii.gz
5858
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-T1w_boldref.nii.gz
5959
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-T1w_desc-brain_mask.json
6060
fmriprep/sub-100185/func/sub-100185_task-machinegame_run-02_space-T1w_desc-brain_mask.nii.gz

.github/auto-comment.yml

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,71 @@
11
pullRequestOpened: |
22
Thank your for raising your pull request.
3-
3+
44
Some of the *fMRIPRep* maintainers will review your changes as soon as time permits.
5-
I'm attaching below a *Review Checklist* for the reviewers, to copy and paste
6-
it in their review comment.
7-
8-
```markdown
9-
5+
I'm attaching below a *Review Checklist* for the reviewers, to check off during the
6+
review.
7+
108
## PR Review
11-
9+
1210
*Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide*
13-
11+
1412
- [ ] As the reviewer I confirm that there are no conflicts of interest for me to review this work.
15-
13+
1614
Please check what applies in the following aspects of the PR:
17-
15+
1816
#### Code documentation
19-
17+
2018
- [ ] New functions and modules are documented following the guidelines.
2119
- [ ] Existing code required amendments in documentation and has been updated.
2220
- [ ] Sufficient inline comments ensure readability by other contributors in the long term.
23-
21+
2422
#### Documentation site
25-
23+
2624
- [ ] The modifications to *fMRIPrep* in this PR **do not require extra documentation**. This is a common situation when a bug fix that does not change the code base substantially is submitted.
2725
- [ ] This PR requires documentation. The corresponding documentation will be submitted as an additional PR in the future.
2826
- [ ] This PR requires extra documentation, and will be included within this PR. Please check the boxes that apply best:
2927
- [ ] An existing feature is substantially modified, changing the interface and/or logic of a module.
3028
- [ ] A new feature is being added, therefore full documentation of it will be included
3129
- [ ] This PR addresses an error in existing documentation.
3230
- [ ] Yes, all expected sections of documentation were generated by the CI build, and look as expected
33-
31+
3432
#### Tests
35-
33+
3634
- [ ] The new functionalities in this PR are covered by the existing tests
3735
- [ ] New test batteries have been included with this PR
38-
36+
3937
#### Data
40-
38+
4139
- [ ] This PR does not require any additional data to be uploaded to OSF.
4240
- [ ] This PR requires additional data for tests.
43-
41+
4442
#### Dependencies: smriprep
45-
43+
4644
- [ ] This PR does not require any update on `smriprep`; or
4745
- [ ] `smriprep` has correctly been pinned.
48-
46+
4947
#### Dependencies: niworkflows
50-
48+
5149
- [ ] This PR does not require any update on `niworkflows`; or
5250
- [ ] `niworkflows` has correctly been pinned.
53-
51+
5452
#### Dependencies: sdcflows
55-
53+
5654
- [ ] This PR does not require any update on `sdcflows`; or
5755
- [ ] `sdcflows` has correctly been pinned.
58-
56+
5957
#### Dependencies: Nipype
60-
58+
6159
- [ ] This PR does not require any update on `nipype`; or
6260
- [ ] `nipype` has correctly been pinned.
63-
61+
6462
#### Dependencies: other
65-
63+
6664
- [ ] This PR does not require any update on other dependencies; or
6765
- [ ] other dependencies have correctly been pinned.
68-
66+
6967
#### Reports generated within CI tests
70-
68+
7169
- [ ] Yes, I have checked the reports of ds005 and they are not modified or the changes are as expected
7270
- [ ] Yes, I have checked the reports of ds054 and they are not modified or the changes are as expected
7371
- [ ] Yes, I have checked the reports of ds010 and they are not modified or the changes are as expected
74-
75-
### Review Comments (other than those left inline with the code)
76-
77-
```

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Adriana Rivera-Dompenciel <[email protected]>
22
Adriana Rivera-Dompenciel <[email protected]> <[email protected]>
3+
Alejandro de la Vega <[email protected]>
4+
Alejandro de la Vega <[email protected]> delavega4
35
Anibal Sólon Heinsfeld <[email protected]>
46
Asier Erramuzpe <[email protected]>
57
Christopher J. Markiewicz <[email protected]>
@@ -16,6 +18,8 @@ James D. Kent <[email protected]>
1618
1719
James D. Kent <[email protected]> Fred Mertz <[email protected]>
1820
Jarod Roland <[email protected]>
21+
Karolina Finc <[email protected]>
22+
Karolina Finc <[email protected]> kfinc
1923
Kevin Sitek <[email protected]>
2024
2125
Krzysztof J. Gorgolewski <[email protected]>

.maint/contributors.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"name": "Cieslak, Matthew",
1515
"orcid": "0000-0002-1931-4734"
1616
},
17+
{
18+
"affiliation": "University of Texas at Austin",
19+
"name": "de la Vega, Alejandro",
20+
"orcid": "0000-0001-9062-3778"
21+
},
1722
{
1823
"affiliation": "Department of Psychiatry, McGill University",
1924
"name": "Devenyi, Grabriel A.",
@@ -34,6 +39,11 @@
3439
"name": "Finc, Karolina",
3540
"orcid": "0000-0002-0157-030X"
3641
},
42+
{
43+
"affiliation": "Department of Psychology, New York University, NY, USA",
44+
"name": "Groen, Iris I. A.",
45+
"orcid": "0000-0002-5536-6128"
46+
},
3747
{
3848
"affiliation": "Donders Institute for Brain, Cognition and Behaviour, Radboud University Nijmegen",
3949
"name": "Gomez, Daniel E. P.",
@@ -157,4 +167,4 @@
157167
"name": "Ye, Zhifang",
158168
"orcid": "0000-0003-0489-2619"
159169
}
160-
]
170+
]

0 commit comments

Comments
 (0)