-
Notifications
You must be signed in to change notification settings - Fork 8
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
Provide instructions for offline validation of BIDS datasets #405
Comments
Thanks for the suggestion. I'll make another pass on the docs. We recommend that users validate the HED in their datasets before doing BIDS validation using the HED python validator. The validation of HED is can really be done independently of the rest of the BIDS and should be done separately. Use the Jupyter notebook The HED python validator has a complete implementation of HED validation. The JavaScript validator is behind -- we are working hard to catch it up --- but it doesn't quite handle validation of the special tags, particularly |
notebooks are nice, but IMHO is a wrong level to interface it. Filed
edit: then it would be a matter of adding documentation to fully address this issue ;) |
We have a BIDS dataset for which we have LOTS of HED errors and it is a large dataset so it takes long time to run bids-validator. We thought to just run hed validator directly. Got excited to see Javascript and Python versions listed on https://github.com/hed-standard/hed-examples/blob/develop/docs/source/HedValidationGuide.md but then got surprised that there seems to be no way to run hed validator directly locally without "online" or bids-validator. Is it possible? if so -- please add documentation.
Filed
The text was updated successfully, but these errors were encountered: