Skip to content

d2b-dev/d2b-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d2b-asl

Plugin for the d2b package to handle configuration files written in YAML.

PyPI Version

Installation

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:

d2b run \
  --config="d2b-config.yaml" \
  --participant="01" \
  --session="001"
  --out-dir="my/bids/dataset/dir/" \
  "my/input/dir/"

See examples/d2b-config.yaml. The Schema for YAML configuration files is exactly the same as for JSON configuration files (JSON Schema)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages