-
Notifications
You must be signed in to change notification settings - Fork 17
Add about the need to bidsignore dandiset.yaml #215
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the BIDS validation documentation by adding important guidance about excluding DANDI-specific files from BIDS validation and expanding validation tool recommendations.
Key changes:
- Adds instruction to use
.bidsignorefile fordandiset.yamlto prevent BIDS validation errors - Expands validation recommendations to include both BIDS validator and
dandi validatecommand - Notes that
dandi uploadalso performs validation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
| - perform validation of the files ideally using both | ||
| - the stock [BIDS validator](https://bids.neuroimaging.io/tools/validator.html) | ||
| - and [dandi validate](https://dandi.readthedocs.io/en/latest/cmdline/validate.html) since it would also validate using other helper tools such as [NWB inspector](https://nwb.org/tools/core/nwbinspector/) if you have NWBs, to ensure that your data is compliant to all used standards. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - perform validation of the files ideally using both | |
| - the stock [BIDS validator](https://bids.neuroimaging.io/tools/validator.html) | |
| - and [dandi validate](https://dandi.readthedocs.io/en/latest/cmdline/validate.html) since it would also validate using other helper tools such as [NWB inspector](https://nwb.org/tools/core/nwbinspector/) if you have NWBs, to ensure that your data is compliant to all used standards. | |
| - perform validation of the files using [dandi validate](https://dandi.readthedocs.io/en/latest/cmdline/validate.html) to ensure your data is compliant with the BIDS and/or NWB standards. Alternatively, you could independently validate your files using the [BIDS Validator](https://bids.neuroimaging.io/tools/validator.html) and/or [NWB Inspector](https://nwb.org/tools/core/nwbinspector/). |
No description provided.