From c4188705a49e101ade1406f8922c6eef2bafccf8 Mon Sep 17 00:00:00 2001 From: Tien Tong <35613222+tientong98@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:56:37 -0400 Subject: [PATCH] Update babs-init.rst --- docs/source/babs-init.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/source/babs-init.rst b/docs/source/babs-init.rst index f307f13..f5841c1 100644 --- a/docs/source/babs-init.rst +++ b/docs/source/babs-init.rst @@ -20,13 +20,6 @@ Command-Line Arguments :ref:`how-to-define-name-of-input-dataset` below for general guidelines and specific restrictions. - --list_sub_file, --list-sub-file : @after - Add this to test if txt below will be rendered... - Please render. - Examples: - `Single-session example `_, - `Multi-session example `_. - --keep_if_failed, --keep-if-failed : @after These words below somehow refuse to appear in the built docs... Please refer to below section @@ -88,7 +81,9 @@ How is the list of subjects (and sessions) determined? A list of subjects (and sessions) will be determined when running ``babs-init``, and will be saved in a CSV file called named ``sub_final_inclu.csv`` (for single-session dataset) or ``sub_ses_final_inclu.csv`` (for multiple-session dataset), -located at ``/path/to/my_BABS_project/analysis/code`` +located at ``/path/to/my_BABS_project/analysis/code``. + +**To filter subjects and sessions**, use ``babs-init`` with ``--list-sub-file /path/to/subject/list/csv/file``. Examples: `Single-session example `_, `Multi-session example `_. See :ref:`list_included_subjects` for how this list is determined.