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
bids2table will currently indexes the entire tree under the input root. In particular, this means any derivatives datasets found under root will be indexed. By comparison, PyBIDS provides an option to specify which derivatives should be indexed, or to skip derivative indexing altogether. It might be useful to have some similar functionality.
One option could be to add an exclude arg that takes a glob pattern or list of patterns for directories to skip indexing. These would then get passed through to the Crawler as skip dirs.
The text was updated successfully, but these errors were encountered:
bids2table will currently indexes the entire tree under the input
root
. In particular, this means any derivatives datasets found underroot
will be indexed. By comparison, PyBIDS provides an option to specify which derivatives should be indexed, or to skip derivative indexing altogether. It might be useful to have some similar functionality.One option could be to add an
exclude
arg that takes a glob pattern or list of patterns for directories to skip indexing. These would then get passed through to theCrawler
asskip
dirs.The text was updated successfully, but these errors were encountered: