Skip to content

Commit a833fe3

Browse files
committed
🚚 Add local TOC and resequence
1 parent 059a90d commit a833fe3

File tree

1 file changed

+45
-32
lines changed

1 file changed

+45
-32
lines changed

docs/_sources/user/pipelines/preconfig.rst

Lines changed: 45 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Pre-configured Pipelines
2-
------------------------
2+
========================
3+
4+
.. contents::
5+
:depth: 2
6+
:local:
7+
8+
human
9+
^^^^^
310

411
default: The Default Pipeline
5-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
-----------------------------
613

714
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/dev/docker_data/default_pipeline.yml <https://github.com/FCP-INDI/C-PAC/blob/main/dev/docker_data/default_pipeline.yml>`_
815

@@ -30,7 +37,7 @@ Several different individual level analysis are performed on the fMRI data inclu
3037
* **Time series extraction:** similar the procedure used for time series analysis, the preprocessed functional data is written into MNI space at 2mm and then time series for the various atlases are extracted by averaging within region voxel time courses. This procedure was used to generate summary time series for the automated anatomic labelling atlas [20], Eickhoff-Zilles atlas [21], Harvard-Oxford atlas [22], Talaraich and Tournoux atlas [23], 200 and 400 regions from the spatially constrained clustering voxel timeseries [24], and 160 ROIs from a meta-analysis of task results [19]. Time series for 10 ICNs were extracted using spatial regression.
3138

3239
anat-only: Default with Anatomical Preprocessing Only
33-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40+
-----------------------------------------------------
3441

3542
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_anat-only.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_anat-only.yml>`_
3643

@@ -41,7 +48,7 @@ Based on the preprocessing decisions of the default pipeline, this preconfigurat
4148
* Registration to template (via ANTs/ITK)
4249

4350
preproc: Default without Derivatives
44-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51+
------------------------------------
4552

4653
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_preproc.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_preproc.yml>`_
4754

@@ -61,8 +68,18 @@ Functional:
6168
* Nuisance correction & filtering
6269
* Registration to template (via ANTs/ITK)
6370

71+
fmriprep-options: fmriprep-Options Pipeline
72+
-------------------------------------------
73+
74+
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_fmriprep-options.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_fmriprep-options.yml>`_
75+
76+
This pipeline is designed to increase reproducibility with the preprocessing results of the `fmriprep pipeline package <https://fmriprep.readthedocs.io/en/stable/>`_ produced by the `Poldrack Lab at Stanford University <https://poldracklab.stanford.edu/>`_.
77+
78+
* `https://github.com/poldracklab/fmriprep <https://github.com/poldracklab/fmriprep>`_
79+
* `https://www.nature.com/articles/s41592-018-0235-4 <https://www.nature.com/articles/s41592-018-0235-4>`_
80+
6481
ndmg: Neurodata's 'ndmg-f' Pipeline
65-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
82+
-----------------------------------
6683

6784
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_ndmg.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_ndmg.yml>`_
6885

@@ -74,18 +91,8 @@ Note, the 'ndmg_graph' connectome graph outputs are always produced by C-PAC. Th
7491
* `https://neurodata.io/m2g/ <https://neurodata.io/m2g/>`_
7592
* `https://github.com/neurodata/m2g <https://github.com/neurodata/m2g>`_
7693

77-
fmriprep-options: fmriprep-Options Pipeline
78-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
79-
80-
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_fmriprep-options.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_fmriprep-options.yml>`_
81-
82-
This pipeline is designed to increase reproducibility with the preprocessing results of the `fmriprep pipeline package <https://fmriprep.readthedocs.io/en/stable/>`_ produced by the `Poldrack Lab at Stanford University <https://poldracklab.stanford.edu/>`_.
83-
84-
* `https://github.com/poldracklab/fmriprep <https://github.com/poldracklab/fmriprep>`_
85-
* `https://www.nature.com/articles/s41592-018-0235-4 <https://www.nature.com/articles/s41592-018-0235-4>`_
86-
8794
rbc-options: ReproBrainChart Options Pipeline
88-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95+
---------------------------------------------
8996

9097
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_rbc-options.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_rbc-options.yml>`_
9198

@@ -96,23 +103,12 @@ RBC-options pipeline was built and integrated in C-PAC based on the Reproducible
96103
:cited:
97104
:keyprefix: cite-rbc-
98105

99-
benchmark-ANTS: C-PAC Benchmark with ANTs Registration
100-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101-
102-
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-ANTS.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-ANTS.yml>`_
103-
104-
The benchmark pipeline has remained mostly unchanged since the project's inception, and is used at the end of each release cycle to ensure the results of C-PAC's key outputs have not changed. It is designed to test a wide range of pipeline options. This pipeline is based on registration-to-template using the ANTs/ITK toolset, as this decision impacts many other aspects of the pipeline further downstream.
105106

106-
benchmark-FNIRT: C-PAC Benchmark with FSL FNIRT Registration
107-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107+
non-human primate
108+
^^^^^^^^^^^^^^^^^
108109

109-
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-FNIRT.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-FNIRT.yml>`_
110-
111-
The benchmark pipeline has remained mostly unchanged since the project's inception, and is used at the end of each release cycle to ensure the results of C-PAC's key outputs have not changed. It is designed to test a wide range of pipeline options. This pipeline is based on registration-to-template using the FSL FLIRT & FNIRT, as this decision impacts many other aspects of the pipeline further downstream.
112-
113-
114-
Monkey: Default with Monkey Preprocessing
115-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110+
monkey: Default with Monkey Preprocessing
111+
-----------------------------------------
116112

117113
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_monkey.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_monkey.yml>`_
118114

@@ -145,4 +141,21 @@ Functional:
145141
* Co-registration to structural
146142
* Nuisance correction & filtering
147143
* Registration to template (via ANTs/ITK)
148-
* spatial smoothing
144+
* spatial smoothing
145+
146+
testing
147+
^^^^^^^
148+
149+
benchmark-ANTS: C-PAC Benchmark with ANTs Registration
150+
------------------------------------------------------
151+
152+
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-ANTS.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-ANTS.yml>`_
153+
154+
The benchmark pipeline has remained mostly unchanged since the project's inception, and is used at the end of each release cycle to ensure the results of C-PAC's key outputs have not changed. It is designed to test a wide range of pipeline options. This pipeline is based on registration-to-template using the ANTs/ITK toolset, as this decision impacts many other aspects of the pipeline further downstream.
155+
156+
benchmark-FNIRT: C-PAC Benchmark with FSL FNIRT Registration
157+
------------------------------------------------------------
158+
159+
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-FNIRT.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_benchmark-FNIRT.yml>`_
160+
161+
The benchmark pipeline has remained mostly unchanged since the project's inception, and is used at the end of each release cycle to ensure the results of C-PAC's key outputs have not changed. It is designed to test a wide range of pipeline options. This pipeline is based on registration-to-template using the FSL FLIRT & FNIRT, as this decision impacts many other aspects of the pipeline further downstream.

0 commit comments

Comments
 (0)