Skip to content

Commit 73f7af2

Browse files
authored
Merge pull request #1931 from FCP-INDI/rm/monkey-ABCD
🔥 Remove `monkey-ABCD` tests for 1.8.5
2 parents b0c8c98 + 17f25d1 commit 73f7af2

20 files changed

+3
-215
lines changed

.github/workflows/smoke_test_participant.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,6 @@ jobs:
122122
- ''
123123
participant:
124124
- 032102 032106 032164 032167 032130 032128 2215 2312 032191 032195
125-
include:
126-
# requires T2w
127-
- preconfig: monkey-ABCD
128-
variant: ''
129-
participant: 032102 032106 032130 032128 032191 032195
130-
- preconfig: monkey-ABCD
131-
variant: ABCD-HCP
132-
participant: 032102 032106 032130 032128 032191 032195
133125
steps:
134126
- name: Get C-PAC
135127
run: |

CPAC/pipeline/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
x in ALL_PIPELINE_CONFIGS if 'pipeline_config' in x]
2626
ALL_PIPELINE_CONFIGS.sort()
2727
AVAILABLE_PIPELINE_CONFIGS = [preconfig for preconfig in ALL_PIPELINE_CONFIGS
28-
if preconfig != 'benchmark-ANTS' and
28+
if preconfig not in
29+
['benchmark-ANTS', 'monkey-ABCD'] and
2930
not preconfig.startswith('regtest-')]
3031

3132

CPAC/resources/configs/pipeline_config_abcd-options.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ surface_analysis:
3232
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
3333
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
3434
freesurfer:
35+
run_reconall: On
3536

3637
# Ingress freesurfer recon-all folder
3738
ingress_reconall: On
3839

39-
run_reconall: On
40-
4140
# Run ABCD-HCP post FreeSurfer and fMRISurface pipeline
4241
post_freesurfer:
4342
run: On

CPAC/resources/configs/pipeline_config_anat-only.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,3 @@ network_centrality:
203203
# Sparsity value for Sparsity Threshold
204204
# Pearson's r value for Correlation Threshold
205205
correlation_threshold: 0.001
206-
207-
# PREPROCESSING
208-
# -------------
209-
surface_analysis:
210-
211-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
212-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
213-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
214-
freesurfer:
215-
216-
# Ingress freesurfer recon-all folder
217-
ingress_reconall: Off

CPAC/resources/configs/pipeline_config_benchmark-ANTS.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -358,15 +358,3 @@ seed_based_correlation_analysis:
358358
# /path/to/atlas.nii.gz: Avg, DualReg, MultReg
359359
sca_roi_paths:
360360
s3://fcp-indi/resources/cpac/resources/rois_2mm.nii.gz: Avg, MultReg
361-
362-
# PREPROCESSING
363-
# -------------
364-
surface_analysis:
365-
366-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
367-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
368-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
369-
freesurfer:
370-
371-
# Ingress freesurfer recon-all folder
372-
ingress_reconall: Off

CPAC/resources/configs/pipeline_config_benchmark-FNIRT.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,3 @@ seed_based_correlation_analysis:
382382
# /path/to/atlas.nii.gz: Avg, DualReg, MultReg
383383
sca_roi_paths:
384384
s3://fcp-indi/resources/cpac/resources/rois_2mm.nii.gz: Avg, MultReg
385-
386-
# PREPROCESSING
387-
# -------------
388-
surface_analysis:
389-
390-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
391-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
392-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
393-
freesurfer:
394-
395-
# Ingress freesurfer recon-all folder
396-
ingress_reconall: Off

CPAC/resources/configs/pipeline_config_default-deprecated.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,3 @@ network_centrality:
208208

209209
# Calculate Degree, Eigenvector Centrality, or Functional Connectivity Density.
210210
run: On
211-
212-
# PREPROCESSING
213-
# -------------
214-
surface_analysis:
215-
216-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
217-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
218-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
219-
freesurfer:
220-
221-
# Ingress freesurfer recon-all folder
222-
ingress_reconall: Off

CPAC/resources/configs/pipeline_config_fmriprep-options.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -585,15 +585,3 @@ PyPEER:
585585

586586
# Template-space eye mask
587587
eye_mask_path:
588-
589-
# PREPROCESSING
590-
# -------------
591-
surface_analysis:
592-
593-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
594-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
595-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
596-
freesurfer:
597-
598-
# Ingress freesurfer recon-all folder
599-
ingress_reconall: Off

CPAC/resources/configs/pipeline_config_fx-options.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,3 @@ nuisance_corrections:
5959
summary: Mean
6060
PolyOrt:
6161
degree: 2
62-
63-
# PREPROCESSING
64-
# -------------
65-
surface_analysis:
66-
67-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
68-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
69-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
70-
freesurfer:
71-
72-
# Ingress freesurfer recon-all folder
73-
ingress_reconall: Off

CPAC/resources/configs/pipeline_config_monkey-ABCD.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -555,15 +555,3 @@ seed_based_correlation_analysis:
555555
/Template/DMN-Ghahremani2016/thr_bin_hjin/HRzstat_DMN_3_thr4.nii.gz: Avg
556556
s3://fcp-indi/resources/cpac/resources/parcellation/Markov91_L_0.5mm.nii.gz: Avg
557557
s3://fcp-indi/resources/cpac/resources/parcellation/Markov91_R_0.5mm.nii.gz: Avg
558-
559-
# PREPROCESSING
560-
# -------------
561-
surface_analysis:
562-
563-
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
564-
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
565-
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
566-
freesurfer:
567-
568-
# Ingress freesurfer recon-all folder
569-
ingress_reconall: Off

0 commit comments

Comments
 (0)