-
Notifications
You must be signed in to change notification settings - Fork 124
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
file writing functionality #63
Comments
paging @qmac |
As of grabbles/grabbit#32, grabbit now supports file writing via a new |
Is this issue still open? If yes, I would love to work on it with a little bit of guidance from the developers (newbie here). |
One suggestion that has come up multiple times at the BIDS hackathon is to add functionality to grabbids for writing out files. The practical benefit of this is that it would allow grabbids to function as a BIDS conversion utility from almost any file structure that contains the mandatory keywords (subject, run, etc.) in the filenames. I.e., a user could define a JSON config file that picks out the BIDS-defined keywords within their existing file structure, and then call something like
Layout.write_project(output_path, symbolic_links=True)
to rewrite the entire existing project in BIDS-compatible form. We could allow options for copying, moving, or symlinking files.It's unlikely that this would get users 100% of the way to BIDS compliance--e.g., because there's no generic way to rewrite event files, metadata, etc., but it might ease the process sufficiently that many people who are otherwise on the fence make the jump.
The text was updated successfully, but these errors were encountered: