validate¶
Command-line tool¶
Boutiques descriptor validator
usage: bosh validate [-h] [--bids] [--format] [--sandbox] descriptor
Positional Arguments¶
- descriptor
The Boutiques descriptor as a JSON file, JSON string or Zenodo ID (prefixed by ‘zenodo.’).
Named Arguments¶
- --bids, -b
Flag indicating if descriptor is a BIDS app
Default: False
- --format, -f
If descriptor is valid, rewrite it with sorted keys.
Default: False
- --sandbox
Get descriptor from Zenodo’s sandbox instead of production server.
Default: False
Python API¶
- boutiques.validate(*params)
Refer to the Command-line tool section above