Adds '--session-id' option, analogous to the 'session-id' option already implemented in nhp-abcd-bids-pipeline and infant-abcd-bids-pipeline. Users may now filter input to be processed with a list of BIDS session IDs.
parser.add_argument(
'--session-id', dest='session_list', nargs='*',
metavar='LABEL',
help='filter input dataset by session id. Default is all ids '
'found under the subject input directory(s). A session id '
'does not include "ses-"'
)
Adds '--session-id' option, analogous to the 'session-id' option already implemented in nhp-abcd-bids-pipeline and infant-abcd-bids-pipeline. Users may now filter input to be processed with a list of BIDS session IDs.