File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ pip-wheel-metadata/
15
15
sandbox /
16
16
venv /
17
17
venvs /
18
+ .DS_Store
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ Commands:
71
71
organize (Re)organize files according to the metadata.
72
72
shell-completion Emit shell script for enabling command completion.
73
73
upload Upload Dandiset files to DANDI Archive.
74
- validate Validate files for NWB and DANDI compliance.
75
- validate-bids Validate BIDS paths.
74
+ validate Validate files for data standards compliance.
76
75
` ` `
77
76
Run ` dandi --help` or ` dandi < subcommand> --help` (e.g. ` dandi upload --help` ) to see manual pages.
78
77
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def validate(
98
98
devel_debug : bool = False ,
99
99
allow_any_path : bool = False ,
100
100
) -> None :
101
- """Validate files for DANDI and BIDS and/or NWB compliance.
101
+ """Validate files for data standards compliance.
102
102
103
103
Exits with non-0 exit code if any file is not compliant.
104
104
"""
Original file line number Diff line number Diff line change 5
5
6
6
dandi [<global options>] validate [<path> ...]
7
7
8
- Validate files for NWB and DANDI compliance.
8
+ Validate files for data standards compliance.
9
9
10
10
Exits with non-zero exit code if any file is not compliant.
11
11
You can’t perform that action at this time.
0 commit comments