Skip to content

A tool to generate openMINDS metadata from BIDS datasets

License

Notifications You must be signed in to change notification settings

Peyman-N/bids2openminds

 
 

Repository files navigation

bids2openminds

A tool to generate openMINDS metadata from BIDS datasets

In active development, please try the first alpha release and send us feedback by creating an issue.

Installation

pip install bids2openminds

Usage

Usage: bids2openminds [OPTIONS] INPUT_PATH

Options:
  -o, --output-path PATH          The output path or filename for OpenMINDS
                                  file/files.
  --single-file                   Save the entire collection into a single
                                  file (default).
  --multiple-files                Each node is saved into a separate file
                                  within the specified directory. 'output-
                                  path' if specified, must be a directory.
  -e, --include-empty-properties  Whether to include empty properties in the
                                  final file.
  -q, --quiet                     Not generate the final report and no
                                  warning.
  --help                          Show this message and exit.

For developers

To run tests:

  $ pytest

About

A tool to generate openMINDS metadata from BIDS datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%