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
templateflow.api.get('MNI152NLin2009cAsym') # change template if needed
157
149
158
-
159
150
then provide the templates to the container by mounting the ``templateflow`` home directory and setting the ``TEMPLATEFLOW_HOME`` environment variable:
160
151
161
152
.. code-block:: bash
@@ -183,10 +174,14 @@ Known issues with HPC
183
174
184
175
apptainer run --net --network none -v /path/to/templateflow:/path/to/templates --env TEMPLATEFLOW_HOME=/path/to/templates ...
185
176
186
-
177
+
Command line interface
178
+
----------------------
179
+
.. argparse::
180
+
:ref: mriqc.cli.parser._build_parser
181
+
:prog: mriqc
182
+
:nodefault:
183
+
:nodefaultconst:
187
184
188
-
189
-
190
185
.. topic:: References
191
186
192
187
.. [BIDS] `Brain Imaging Data Structure <http://bids.neuroimaging.io/>`_
0 commit comments