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
Copy file name to clipboardExpand all lines: docs/_sources/user/cpac.rst
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,26 @@ cpac (Python package)
3
3
4
4
`cpac <https://pypi.org/project/cpac/>`_ is available so that you can easily run analyses without needing interact with the container platform that allows you to run C-PAC without installing all of the underlying software.
5
5
6
-
cpac requires Python 3.6 or greater. To get cpac, simply
6
+
``cpac`` requires Python 3.8 or greater. To get cpac, simply
7
7
8
8
.. code-block:: console
9
9
10
10
pip install cpac
11
11
12
+
Run extra packages with cpac
13
+
````````````````````````````
14
+
Beginning with v1.8.5, ``cpac`` can run |ba_timeseries_gradients|_ and/or |tsconcat|_ in addition to C-PAC. If either package is already installed, ``cpac`` will use the installed version. You can install them with the relevant extras, like one of the following lines:
``ba_timeseries_gradients`` and ``tsconcat`` may have more specific dependency requirements than C-PAC. If you run into unclear installation issues when installing these extras, please see the documentation for those packages.
25
+
12
26
Download / Upgrade C-PAC with cpac
13
27
``````````````````````````````````
14
28
@@ -117,4 +131,13 @@ Note that any of the optional arguments above will over-ride any pipeline settin
117
131
* The ``participant_label`` and ``participant_ndx`` arguments allow the user to specify which of the many datasets should be processed, which is useful when parallelizing the run of multiple participants.
118
132
119
133
* If you want to pass runtime options to your container plaform (Docker or Singularity), you can pass them with ``-o`` or ``--container_options``.
134
+
120
135
.. TODO: Update cpac to handle `-`s and `_`s like C-PAC
0 commit comments