File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -443,8 +443,8 @@ def _parse_copy_exemplars():
443443 type = PathExists ,
444444 action = "store" ,
445445 help = (
446- "absolute path to the root of a BIDS dataset "
447- "containing one subject from each Acquisition Group. "
446+ "name of the directory to create where to store exemplar dataset. "
447+ "It will include one subject from each Acquisition Group. "
448448 "It should contain sub-X directories and "
449449 "dataset_description.json."
450450 ),
@@ -454,9 +454,12 @@ def _parse_copy_exemplars():
454454 type = IsFile ,
455455 action = "store" ,
456456 help = (
457- "absolute path to the .tsv file that lists one "
457+ "path to the .tsv that lists one "
458458 "subject from each Acquisition Group "
459- "(*_AcqGrouping.tsv from the cubids-group output)"
459+ "(*_AcqGrouping.tsv from the cubids-group output). "
460+ "If the file is located in the code/CuBIDS "
461+ "directory, then users can just pass the .tsv "
462+ "filename instead of the full path "
460463 ),
461464 )
462465 parser .add_argument (
You can’t perform that action at this time.
0 commit comments