Mentions légales du service

Skip to content

SP16-ITEM01: Add option to CLI to load BIDS dataset

CREMONESI Francesco requested to merge feature/298-bids-cli-loading into develop

Allow to deploy BIDS dataset through CLI.

  • adds default_dataset_parameters as a TinyDB field: in the BIDS case, it is used to store the path to the tabular file and the index column
  • updates node/cli.py with options to load BIDS and to handle default_dataset_parameters
  • updates DatasetManager to load BIDS and to handle default_dataset_parameters
  • relies on BIDSController to extract information about BIDS dataset (shape and modalities) and perform minimal validation

Merge request reports