From e645b824df1344d1412eeb94cee2b838fbd3c67e Mon Sep 17 00:00:00 2001 From: gabridele Date: Fri, 20 Dec 2024 18:22:01 +0100 Subject: [PATCH] Adjusted parser.add_argument help sections according to previous edits --- cubids/cli.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cubids/cli.py b/cubids/cli.py index 1205c978..e62a8985 100644 --- a/cubids/cli.py +++ b/cubids/cli.py @@ -443,8 +443,8 @@ def _parse_copy_exemplars(): type=Path, action="store", help=( - "absolute path to the root of a BIDS dataset " - "containing one subject from each Acquisition Group. " + "name of the directory to create where to store exemplar dataset. " + "It will include one subject from each Acquisition Group. " "It should contain sub-X directories and " "dataset_description.json." ), @@ -454,9 +454,12 @@ def _parse_copy_exemplars(): type=Path, action="store", help=( - "absolute path to the .tsv file that lists one " + "path to the .tsv that lists one " "subject from each Acquisition Group " - "(*_AcqGrouping.tsv from the cubids-group output)" + "(*_AcqGrouping.tsv from the cubids-group output). " + "If the file is located in the code/CuBIDS " + "directory, then users can just pass the .tsv " + "filename instead of the full path " ), ) parser.add_argument(