Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add examples of --list_sub_file/--list-sub-file #181

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/babs-init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ 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
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>`_.

--keep_if_failed, --keep-if-failed : @after
These words below somehow refuse to appear in the built docs...
Please refer to below section
Expand Down
1 change: 1 addition & 0 deletions docs/source/preparation_config_yaml_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Basics - Manual of writing section ``singularity_run``

* See below :ref:`advanced_manual_singularity_run` --> bullet point regarding
``--bids-filter-file`` for explanations.
* See :ref:`babs-init` for examples of ``--list_sub_file``/``--list-sub-file`` to filter subjects and sessions.

* :octicon:`alert-fill` :bdg-warning:`warning` Exception for positional arguments: if you have more than one input datasets,
you must use ``$INPUT_PATH`` to specify which dataset to use for the positional argument input BIDS dataset.
Expand Down
Loading