You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
The BIDS Validator is a web application, command-line utility,
9
9
and Javascript/Typescript library for assessing compliance with the
10
-
[Brain Imaging Data Structure][BIDS] standard.
10
+
[Brain Imaging Data Structure (BIDS)][BIDS] standard.
11
11
12
12
## Getting Started
13
13
@@ -23,7 +23,7 @@ The web validator runs in-browser, and does not transfer data to any remote serv
23
23
24
24
In some contexts, such as when working on a remote server,
25
25
it may be easier to use the command-line.
26
-
The BIDS Validator can be run with the [Deno] runtime
26
+
The BIDS Validator can be run with the [Deno][] runtime
27
27
(see [Deno - Installation][] for detailed installation instructions):
28
28
29
29
```shell
@@ -80,9 +80,14 @@ To modify the schema a clone of bids-standard/bids-specification will need to be
80
80
81
81
After changes to the schema have been made to a local copy the dereferenced single json file used by the validator will need to be built. The `bidsschematools` python package does this. It can be installed from pypi via pip or a local installation can be made. It lives in the specification repository here https://github.com/bids-standard/bids-specification/tree/master/tools/schemacode
82
82
83
-
The command to compile a dereferenced schema is `bst -v export --output src/schema.json` (this assumes you are in the root of the bids-specification repo). Once compiled it can be passed to the validator via the `-s` flag, `./bids-validator-deno -s <path to schema> <path to dataset>`
83
+
The command to compile a dereferenced schema is `bst -v export --schema src/schema --output src/schema.json` (this assumes you are in the root of the bids-specification repo). Once compiled it can be passed to the validator via the `-s` flag, `./bids-validator-deno -s <path to schema> <path to dataset>`
84
84
85
85
86
86
## Documentation
87
87
88
-
The BIDS validator documentation is available on [Read the Docs](https://bids-validator.readthedocs.io/en/latest/).
88
+
The BIDS validator documentation is available on [Read the Docs](https://bids-validator.readthedocs.io/en/latest/).
0 commit comments