-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Should perform necessary actions on a BIDS 1.?.? datasets to migrate them into a "proper" BIDS 2.0.0 (and/or later) dataset. Some of the actions I foresee it to do (to be modified as we go)
- rename
participants.tsvtosubjects.tsv. Homogenize "Subject" Nomenclature #14 - provide ... field to
dataset_description.jsonto describe layout (could be with or without session): Make it possible to specify folders layout to be other than sub-{label}/[ses-{label}/] #54
while working on those we should test it
- tested on https://github.com/bids-standard/bids-examples .
- Should use new dyno based validator against the modified schema from BIDS 2.0 PR
- Valid bids 1.x datasets should remain valid bids 2.x after migration.
- should be integrated with
bids-examplesrepo to carrybids-2.0branch which gets updated by converting all examples into BIDS 2.0 specification. To be triggered when migration script changes (could be done from workflow here triggering a workflow there), or whenbids-examplesmaster branch changes