https://github.com/d2b-dev/d2b-yaml
https://github.com/d2b-dev/d2b-yaml
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2b-dev/d2b-yaml
- Owner: d2b-dev
- Created: 2021-10-17T16:22:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T05:33:38.000Z (over 4 years ago)
- Last Synced: 2025-10-25T06:52:56.017Z (8 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d2b-asl
Plugin for the d2b package to handle configuration files written in YAML.
[](https://pypi.org/project/d2b-yaml/)
## Installation
```bash
pip install d2b-yaml
```
## User Guide
This package adds support for configuration files written in YAML. Once this package is installed one can then run something like:
```bash
d2b run \
--config="d2b-config.yaml" \
--participant="01" \
--session="001"
--out-dir="my/bids/dataset/dir/" \
"my/input/dir/"
```
See [`examples/d2b-config.yaml`](https://github.com/d2b-dev/d2b-yaml/blob/master/examples/d2b-config.yaml). The Schema for YAML configuration files is exactly the same as for JSON configuration files ([JSON Schema](https://github.com/d2b-dev/d2b/blob/master/json-schemas/schema.json))