From 901fde4f1e00c8b6ef971377a852c3a2f623f781 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Thu, 2 May 2024 09:33:35 +0200 Subject: [PATCH] Documentation tweak --- bidscoin/cli/_fixmeta.py | 2 +- docs/bidsapps.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bidscoin/cli/_fixmeta.py b/bidscoin/cli/_fixmeta.py index 11e5c5d6..cbfc63ce 100755 --- a/bidscoin/cli/_fixmeta.py +++ b/bidscoin/cli/_fixmeta.py @@ -12,7 +12,7 @@ def get_parser(): """Build an argument parser with input arguments for fixmeta.py""" - class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescriptionHelpFormatter): pass + class CustomFormatter(argparse.RawDescriptionHelpFormatter): pass parser = argparse.ArgumentParser(prog='fixmeta', formatter_class=CustomFormatter, diff --git a/docs/bidsapps.rst b/docs/bidsapps.rst index 4200ff41..689d5cc2 100644 --- a/docs/bidsapps.rst +++ b/docs/bidsapps.rst @@ -28,12 +28,12 @@ If you have a previously converted BIDS data repository and you would like to re -p PARTICIPANT_LABEL [PARTICIPANT_LABEL ...], --participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...] Space separated list of sub-# identifiers to be processed (the sub-prefix can be left out). If not specified then all sub-folders in the bidsfolder will be - processed (default: None) + processed -b BIDSMAP, --bidsmap BIDSMAP The study bidsmap file with the mapping heuristics. If the bidsmap filename is just the basename (i.e. no "/" in the name) then it is assumed to be located in the current directory or in bidsfolder/code/bidscoin. Default: - bidsmap.yaml or else the template bidsmap (default: None) + bidsmap.yaml or else the template bidsmap examples: fixmeta myproject/bids func/*task-reward1* '{"TaskName": "Monetary reward paradigm 1"}'