Robustify fMRIprep hack #4

Merged
adswa merged 1 commit from robustify-fmriprep into main 2022-05-04 15:19:53 +00:00

1 commit

Author SHA1 Message Date
Adina Wagner
062534e75d Robustify fMRIprep hack
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). Jean encountered
a BIDS-ish dataset without any jsons, where the find...mv
command failed. The --no-run-if-empty option of xargs safeguards
this, preventing mv to be run if the find command does not return
any results
2021-11-22 08:12:07 +01:00