Open Remi-Gau opened 2 years ago
Hi, It typically would load the existing json file but it only loads keys that are defined in either the BIDS json format or the reproschema formats. I see "LongName" is now a valid key in the BIDS JSON format but that's probably and update I missed along the way. Here are the examples we worked with: https://github.com/NIDM-Terms/terms/tree/master/terms/OpenNeuro_Datasets_Terms/OpenNeuro_BIDS_json_sidecar
Anyway, I agree, a more graceful way of exiting would be good. I'll use your example for testing and submit an update...
awesome thanks
That must be me not understanding how
bidsmri2nidm
but I was trying to annotate a BIDS datasetthat already contained a
participants.json
file formatted à la BIDSI did not want to run the whole annotation so I ctrl+C after a few terms but now I found myself with a
participants.json
that only has the terms that I have annotated.I may be useful to allow for a way to quit more gracefully and without losing all the rest of the content of the participants.json file.