-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Allow passing a database_path
to create a BIDSLayout
#788
Conversation
Works locally:
This node used to take ~50s on the main thread and ~80s on workers. |
Don't you need to hook it up to something? |
What do you mean? From pybids, this doesn't require anything specific other than a release supporting |
It'd be prudent to deprecate the |
There's no need to index the BIDS folder repeatedly with each of these interfaces. Requires: nipreps/niworkflows#788.
There's no need to index the BIDS folder repeatedly with each of these interfaces. Requires: nipreps/niworkflows#788.
Sorry, I thought this was on mriqc. |
There's no need to index the BIDS folder repeatedly with each of these interfaces. Requires: nipreps/niworkflows#788.
1.7.7 (March 24, 2023) Patch release that optimizes BIDS metadata handling by reusing cached index databases. * ENH: Allow passing a ``database_path`` to create a ``BIDSLayout`` (#788)
Resolves: #786.