Skip to content

Commit 5335eab

Browse files
authored
📝 Update the Group Template Options (#292)
2 parents 6078af3 + 3105e26 commit 5335eab

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

bin/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CPAC_DIRECTORY=$(python -c "import os, CPAC; print(os.path.abspath(os.path.dirna
55
ln ${CPAC_DIRECTORY}/resources/configs/1.7-1.8-nesting-mappings.yml docs/_sources/references/1.7-1.8-nesting-mappings.yml || true
66
ln ${CPAC_DIRECTORY}/resources/configs/1.7-1.8-deprecations.yml docs/_sources/references/1.7-1.8-deprecations.yml || true
77
ln ${CPAC_DIRECTORY}/resources/configs/pipeline_config_default.yml docs/_sources/references/default_pipeline.yml || true
8+
ln ${CPAC_DIRECTORY}/resources/configs/group_config_template.yml docs/_sources/references/group_config_template.yml || true
89

910
# build docs
10-
sphinx-build -b html docs/_sources docs/$1
11+
sphinx-build -b html docs/_sources docs/$1

docs/_sources/user/group_mdmr.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,10 @@ Configuration Using a YAML File
3838
""""""""""""""""""""""""""""""""
3939
To configure CWAS options within a YAML file, add the following lines to your file (with appropriate substitutions for paths):
4040

41-
.. code-block:: yaml
42-
43-
runCWAS = [0]
44-
cwas_roi_file = '/path/to/cwas_mask_file'
45-
cwas_regressor_file = '/path/to/cwas_regressor_file'
46-
cwas_regressor_participant_column = 'ID
47-
cwas_regressor_columns = ['FIQ', 'VIQ', 'PIQ']
48-
cwas_permutations = 500
49-
cwas_parallel_nodes = 3
41+
.. literalinclude:: /references/group_config_template.yml
42+
:language: YAML
43+
:start-at: # Multivariate Distance Matrix Regression (MDMR)
44+
:end-before: # Inter-Subject Correlation (ISC) & Inter-Subject Functional Correlation (ISFC)
5045

5146
References
5247
^^^^^^^^^^

0 commit comments

Comments
 (0)