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
Closes#3260.
## Changes proposed in this pull request
- Copy over `ToDict` action from fmriprep-docker over to the main CLI
parser.
- Modify the Config to handle named derivative paths.
- E.g., `--derivatives anat=/path/to/smriprep` --> `DatasetLinks =
{'anat': '/path/to/smriprep'}`
- Infer derivative name from the folder name of the derivative path if
it isn't labeled.
- E.g., `--derivatives /path/to/smriprep` --> `DatasetLinks =
{'smriprep': '/path/to/smriprep'}`
---------
Co-authored-by: Chris Markiewicz <[email protected]>
0 commit comments