Skip to content

Commit f5bb312

Browse files
committed
DOC: Mention --fs-subjects-dir in docs
1 parent ff73dad commit f5bb312

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/outputs.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ conformed space for surface reconstruction (``fsnative``) is stored in::
9090

9191
FreeSurfer derivatives
9292
~~~~~~~~~~~~~~~~~~~~~~
93-
A FreeSurfer subjects directory is created in ``<output_dir>/freesurfer``::
93+
A FreeSurfer subjects directory is created in ``<output dir>/freesurfer``, or the
94+
directory indicated with the ``--fs-subjects-dir`` flag. ::
9495

9596
<output_dir>/
9697
fmriprep/

docs/workflows.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ All surface preprocessing may be disabled with the ``--fs-no-reconall`` flag.
202202
Surface processing will be skipped if the outputs already exist.
203203

204204
In order to bypass reconstruction in *fMRIPrep*, place existing reconstructed
205-
subjects in ``<output dir>/freesurfer`` prior to the run.
205+
subjects in ``<output dir>/freesurfer`` prior to the run, or specify an external
206+
subjects directory with the ``--fs-subjects-dir`` flag.
206207
*fMRIPrep* will perform any missing ``recon-all`` steps, but will not perform
207208
any steps whose outputs already exist.
208209

0 commit comments

Comments
 (0)