You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In your fork's settings, set the GitHub Pages `source` to `master` branch
70
+
1. In your fork's settings, set the GitHub Pages `source` to `main` branch
71
71

72
72
1. Add your project on CircleCI
73
73
1. Merge your draft / work-in-progress into your fork's `source` branch. Make sure you push to your fork and not the main repository's `source` branch.
Copy file name to clipboardExpand all lines: docs/_sources/developer/workflows/cpac_pipeline.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ C-PAC Pipeline Construction
7
7
Configuration Object
8
8
====================
9
9
10
-
The 'c' variable in cpac_pipeline.py is a `Configuration object <https://github.com/FCP-INDI/C-PAC/blob/master/CPAC/utils/configuration.py>`_, which is an abstract representation used to store the options for the pipeline configuration YAML after it is read in by C-PAC. Each attribute of the Configuration object is a key from the YAML file, with values mirroring the YAML.
10
+
The 'c' variable in cpac_pipeline.py is a `Configuration object <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/utils/configuration.py>`_, which is an abstract representation used to store the options for the pipeline configuration YAML after it is read in by C-PAC. Each attribute of the Configuration object is a key from the YAML file, with values mirroring the YAML.
Copy file name to clipboardExpand all lines: docs/_sources/user/appendix.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ A Note About the \*nix Command Line
40
40
41
41
Overview
42
42
--------
43
-
If you are using Ubuntu (version 12/14) you can download and run `cpac_install.sh <https://github.com/FCP-INDI/C-PAC/blob/master/cpac_install.sh?raw=true>`__ with the following terminal commands as root:
43
+
If you are using Ubuntu (version 12/14) you can download and run `cpac_install.sh <https://github.com/FCP-INDI/C-PAC/blob/main/cpac_install.sh?raw=true>`__ with the following terminal commands as root:
Copy file name to clipboardExpand all lines: docs/_sources/user/func.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,10 @@ You can also specify slice timing parameters within the subject list. If you wi
109
109
110
110
.. line-block::
111
111
**If all subjects within a site have the same acquisition order:**
112
-
Use the template :file:`scan_parameters.csv` file available for download `here <https://raw.github.com/FCP-INDI/C-PAC/master/configs/scan_parameters.csv>`__.
112
+
Use the template :file:`scan_parameters.csv` file available for download `here <https://raw.github.com/FCP-INDI/C-PAC/main/configs/scan_parameters.csv>`__.
113
113
114
114
**If subjects within a site have different acquisition orders:**
115
-
Use the template :file:`scan_parameters_multiscan.csv` file available for download `here <https://raw.github.com/FCP-INDI/C-PAC/master/configs/scan_parameters_multiscan.csv>`__.
115
+
Use the template :file:`scan_parameters_multiscan.csv` file available for download `here <https://raw.github.com/FCP-INDI/C-PAC/main/configs/scan_parameters_multiscan.csv>`__.
116
116
117
117
Slice Timing information should be entered into these files as follows:
Based on the preprocessing decisions of the default pipeline, this preconfiguration allows you to immediately kick off a run with only anatomical preprocessing selected. This includes:
38
38
@@ -43,7 +43,7 @@ Based on the preprocessing decisions of the default pipeline, this preconfigurat
Based on the preprocessing decisions of the default pipeline, this preconfiguration allows you to preprocess all of your data, without launching into calculation of outputs and data derivatives. This includes:
This pipeline is the result of `Neurodata's <https://neurodata.io/>`_ study to converge upon the intersection of pipeline configuration decisions that maximizes discriminability between participants' data, drawing from the connectome graphs produced (labeled 'ndmg_graph' in the C-PAC output directory). This pipeline invokes a minimal set of preprocessing.
70
70
@@ -77,7 +77,7 @@ Note, the 'ndmg_graph' connectome graph outputs are always produced by C-PAC. Th
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
83
@@ -87,22 +87,22 @@ This pipeline is designed to increase reproducibility with the preprocessing res
87
87
benchmark-ANTS: C-PAC Benchmark with ANTs Registration
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.
93
93
94
94
benchmark-FNIRT: C-PAC Benchmark with FSL FNIRT Registration
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