Robustify fMRIprep hack #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "robustify-fmriprep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To work araound a bug in fMRIprep, we move all json files in
a non-json-extension (else old version of fmriprep will attempt
to read them and fail if they aren't retrieved). @jkroell encountered
a BIDS-ish dataset without any jsons, where the
find...mvcommand failed. The
--no-run-if-emptyoption ofxargssafeguardsthis, preventing mv to be run if the find command does not return
any results
@mih would you mind reviewing this?
LGTM. Thx!