Open jbwexler opened 1 year ago
There are backslashes in a string that need to be escaped.
Do you think that's a change I can make myself to the dataset on openneuro without permission from the owner?
I guess I'd ping the owner first, but yeah, I wouldn't be overly fussed about it as it's a technical, not editorial fix. There are four files that show up as not JSON:
$ file **/*.json
dataset_description.json: JSON data
participants.json: JSON data
phenotype/ctopp.json: JSON data
phenotype/ppvt-iii.json: JSON data
phenotype/wisc-iii.json: JSON data
phenotype/wj-iii.json: JSON data
phenotype/wrat-3.json: JSON data
T1w.json: JSON data
task-audortho_bold.json: JSON data
task-audortho_events.json: JSON data
task-audphono_bold.json: JSON data
task-audphono_events.json: JSON data
task-audsem_bold.json: JSON data
task-audsem_events.json: JSON data
task-audsynt_bold.json: JSON data
task-audsynt_events.json: JSON data
task-visortho_bold.json: ASCII text, with very long lines (2081)
task-visortho_events.json: JSON data
task-visphono_bold.json: ASCII text, with very long lines (2025)
task-visphono_events.json: JSON data
task-vissem_bold.json: ASCII text, with very long lines (1629)
task-vissem_events.json: JSON data
task-vissynt_bold.json: ASCII text, with very long lines (1592)
task-vissynt_events.json: JSON data
Thanks, I'll send them an email.
Getting this with fmriprep on ds001241 and ds002116.
task-visortho_bold.json seems to be the culprit, possibly something related to a backslash in the json file? It doesn't pass an online json validator. I'm not sure if it's related or not, but bids-validator gives me the following error for this dataset:
Here's the stderr output from mriqc: