Helper package to simplify creation of BIDS apps.
Get the newest development version:
pip install git+https://github.com/kaitj/bidsapp-helper
Short tutorial, maybe with a
from bidsapp_helper.parser import BidsAppArgumentParser
parser = BidsAppArgumentParser(
app_name="app",
description="Short description of application"
)
args = parser.parse_args()
- CLI initialization
- Pipeline descriptor