Chris Markiewicz
Chris Markiewicz
From a schema perspective, `TermURL` is just a URI (we don't try to separate URLs and URNs), so it seems like for the sake of giving unresolveable names, you can...
So the issue is that in your `$DERIVS_DIR/freesurfer`, there's a copy of `fsaverage` that comes from an older FreeSurfer version. You probably just want to delete that.
Is it possible there's a race and two processes are creating the `freesurfer/` directory?
If you're submitting FreeSurfer and fMRIPrep jobs that both use the same subject directory, yes, I would expect conflicts.
How long does the validator take to run locally?
We've clocked it, and it takes 15 minutes on our end. My best guess is that the HED tags are causing a slowdown.
Hopefully https://github.com/bids-standard/bids-validator/pull/156 produced some speedup. Running it now.
Definitely shorter at 3m50s: ``` [ERROR] HED_ERROR The validation on this HED string returned an error. None /task-fractional_events.json - TypeError: Cannot convert undefined or null to object /sub-0038/ses-04/func/sub-0038_ses-04_task-fractional_acq-mb8_run-01_events.tsv - TypeError:...
Probably missing data: ``` # git annex list | grep -v ^X here |github ||s3-PUBLIC |||web ||||bittorrent ||||| _____ sub-0001/ses-04/func/sub-0001_ses-04_task-fractional_acq-mb8_run-01_bold.json _____ sub-0019/ses-04/func/sub-0019_ses-04_task-fractional_acq-mb8_run-01_bold.json _____ sub-0019/ses-04/func/sub-0019_ses-04_task-fractional_acq-mb8_run-02_bold.json ``` You may want to unannex...
I'm not sure what to do when your repo says we have it and ours says we don't. Can you fsck our remote?