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 b2eb9dd commit a8f2bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/13_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +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. **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>`.
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`.**
1. **Upload the data to DANDI.** This can either be done through the NWB GUIDE, or programmatically:

Expand Down

0 comments on commit a8f2bc9

Please sign in to comment.