Skip to content

Commit

Permalink
Update docs/13_upload.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
  • Loading branch information
bendichter and kabilar authored Jul 19, 2024
1 parent 032f947 commit 17b9804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/13_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The CLI approach may be more suitable for users who are comfortable with the com
files and which are deemed critical. We recommend regularly running the inspector early in the process to generate the best NWB files possible. Note that some auto-detected violations, such as `check_data_orientation`, may be safely ignored in the event
that the data is confirmed to be in the correct form. See [the NWBInspector CLI documentation](https://nwbinspector.readthedocs.io/en/dev/user_guide/using_the_command_line_interface.html) for more information.

1. **Install the [DANDI Client](https://pypi.org/project/dandi/).**
pip install -U dandi
1. **Validate NWB files.** Once your files are confirmed to adhere to the Best Practices, perform an official validation of the NWB files by running:
dandi validate --ignore DANDI.NO_DANDISET_FOUND <source_folder>
**If you are having trouble with validation, make sure the conversions were run with the most recent version of `dandi`, `PyNWB` and `MatNWB`.**
Expand Down

0 comments on commit 17b9804

Please sign in to comment.