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
But, the documentation says that "By default, indexing ignores all files in 'code/', 'stimuli/', 'sourcedata/', 'models/', and any hidden files/dirs beginning with '.' at root level."
So what is likely to be the issue?
I am using pybids 0.18.1 on windows.
The text was updated successfully, but these errors were encountered:
I suspect this is an issue with Windows paths, since they've got backslash separators. Windows isn't supported or tested on. I don't really know the scope, but I could open a PR to start testing on Windows and see how big a task it would be to get things working.
Problem:
bids.layout.BIDSlayout also includes files from the sourcedata folder.
Example:
The top folder of my BIDS dataset looks like this:
This returns
['82', '88', '91', '95', '003', '004', '005', '006']
Which is a little confusing, given that there's clearly only 1 subject folder (and only one subject listed in participants.tsv).
However, asking for all files from subject 82:
But, the documentation says that "By default, indexing ignores all files in 'code/', 'stimuli/', 'sourcedata/', 'models/', and any hidden files/dirs beginning with '.' at root level."
So what is likely to be the issue?
I am using pybids 0.18.1 on windows.
The text was updated successfully, but these errors were encountered: