You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options:
-nl, --nidm_file_list TEXT A comma separated list of NIDM files with
full path [required]
-nc, --cde_file_list TEXT A comma separated list of NIDM CDE files
with full path. Can also be set in the
CDE_DIR environment variable
ATM, e.g. for
query
(but also others)which is VERY inconvenient to operate from shell since I cannot rely on globbing etc, and need to come up with workarounds like @seanhatton did in notes and I implemented in https://github.com/ReproNim/OpenNeuroDerivatives-NIDM/blob/master/code/do-segstats2nidm-perds#L32
I think it would have been much better as
--
could be added, where needed, to separate out end of options from positional args - python argparse already does that by default IIRC.The text was updated successfully, but these errors were encountered: