Skip to content

Commit 59d5c1b

Browse files
committed
update docs
1 parent fc17a73 commit 59d5c1b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/babs-init.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Examples are ``BIDS``, ``freesurfer``.
7979
How is the list of subjects (and sessions) determined?
8080
------------------------------------------------------
8181
A list of subjects (and sessions) will be determined when running ``babs init``,
82-
and will be saved in a CSV file called named ``processing_inclusion.csv`` (for single-session dataset)
83-
or ``processing_inclusion.csv`` (for multiple-session dataset),
82+
and will be saved in a CSV file called named ``processing_inclusion.csv``
8483
located at ``/path/to/my_BABS_project/analysis/code``.
8584

86-
**To filter subjects and sessions**, use ``babs init`` with ``--list-sub-file /path/to/subject/list/csv/file``. Examples: `Single-session example <https://github.com/PennLINC/babs/blob/ba32e8fd2d6473466d3c33a1b17dfffc4438d541/notebooks/initial_sub_list_single-ses.csv>`_, `Multi-session example <https://github.com/PennLINC/babs/blob/ba32e8fd2d6473466d3c33a1b17dfffc4438d541/notebooks/initial_sub_list_multi-ses.csv>`_.
85+
**To filter subjects and sessions**, use ``babs init`` with ``-- /path/to/subject/list/csv/file``.
86+
Examples: `Single-session example <https://github.com/PennLINC/babs/blob/ba32e8fd2d6473466d3c33a1b17dfffc4438d541/notebooks/initial_sub_list_single-ses.csv>`_, `Multi-session example <https://github.com/PennLINC/babs/blob/ba32e8fd2d6473466d3c33a1b17dfffc4438d541/notebooks/initial_sub_list_multi-ses.csv>`_.
8787

8888
See :ref:`list_included_subjects` for how this list is determined.
8989

docs/jobs.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ List of included subjects (and sessions) to process
2222
provided when running ``babs init``.
2323

2424
Now, BABS gets the final included subjects (and sessions) to process.
25-
It saves this list into a CSV file, named ``processing_inclusion.csv`` (for single-session dataset)
26-
or ``processing_inclusion.csv`` (for multiple-session dataset),
25+
It saves this list into a CSV file, named ``processing_inclusion.csv``,
2726
is located at ``/path/to/my_BABS_project/analysis/code``.
2827

2928
.. TODO: describe other saved csv files for e.g., exclusions

0 commit comments

Comments
 (0)