-
Notifications
You must be signed in to change notification settings - Fork 533
FIX: Read BIDS config.json under grabbids or layout #2679
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
Conversation
Looks good to me but I'm not sure why the syslink doesn't work for you? |
What link? |
|
Right, but why can't you just import Either way looks fine to me. |
e480f40
to
490b7f6
Compare
No, because then |
490b7f6
to
f09e125
Compare
Ah I guess I was thinking you could do |
There is no symlink. |
Ah okay. Ignore me then! |
LGTM |
Summary
PyBIDS just renamed
bids.grabbids
tobids.layout
(bids-standard/pybids#230). Althroughgrabbids
links back tolayout
, we look for files through the filesystem, which didn't survive the change.This change should handle the new layout without breaking backwards compatibility.
@adelavega @tyarkoni I would appreciate reviews from you.
Acknowledgment