Replace config.execution.fmriprep_dir
uses in BIDSURI calls with output_dir
parameter
#3337
Labels
config.execution.fmriprep_dir
uses in BIDSURI calls with output_dir
parameter
#3337
What would you like to see added in fMRIPrep?
All of the workflows in fMRIPrep that currently use
BIDSURI
to track sources currently rely onconfig.execution.fmriprep_dir
for the output directory, and yet all of those functions have anoutput_dir
parameter.It would be easier for other preps that use fMRIPrep as a dependency (i.e., ASLPrep) if we used
output_dir
instead of the config object's package-specificfmriprep_dir
field.Do you have any interest in helping implement the feature?
Yes
Additional information / screenshots
I think I completely overlooked the
output_dir
parameter when I started implementingBIDSURI
-based source tracking (#3255, #3262, #3263, #3297) because I originally wanted to reference the config object directly within theBIDSURI
interface, which ended up not working.The text was updated successfully, but these errors were encountered: