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
If I understand the situation correctly, <bids-root>/derivatives is currently indexed as if it were a standard BIDS directory. While potentially convenient, this presents some order-of-operations ambiguities for users or downstream programs that don't want to automatically include everything.
Under the recently proposed syntax, auto-indexing derivatives could be easily added by a user/developer like so:
This would require adding exclude: ['derivatives/'] to bids.json. I think it's reasonable, because the "derivatives" folder is supposed to be special, and currently it's just treated as any other sub-folder of a bids_dir.
I don't think users would expect derivatives to be indexed by default, and in any case if they were, the derivatives rule set should be applied to those files.
If I understand the situation correctly,
<bids-root>/derivatives
is currently indexed as if it were a standard BIDS directory. While potentially convenient, this presents some order-of-operations ambiguities for users or downstream programs that don't want to automatically include everything.Under the recently proposed syntax, auto-indexing derivatives could be easily added by a user/developer like so:
The text was updated successfully, but these errors were encountered: