From 996e871a35d67177f72963a89b5d9e13eda15b6e Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Fri, 5 Jun 2020 22:57:12 +0200 Subject: [PATCH] Add ndx-MIES extension --- ndx-MIES/README.md | 13 +++++++++++++ ndx-MIES/ndx-meta.yaml | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 ndx-MIES/README.md create mode 100644 ndx-MIES/ndx-meta.yaml diff --git a/ndx-MIES/README.md b/ndx-MIES/README.md new file mode 100644 index 0000000..8086184 --- /dev/null +++ b/ndx-MIES/README.md @@ -0,0 +1,13 @@ +# ndx-MIES Extension for NWB + +This extension describes additional data and metadata from [MIES](https://github.com/AllenInstitute/MIES). + +## Installation + +Currently there is no python package to install as the extension only has additional +nwb-schema definitions. + +## Usage + +You can incorporate the extension via standard [pynwb commands](https://pynwb.readthedocs.io/en/stable/extensions.html#incorporating-extensions). +[IPNWB](https://github.com/AllenInstitute/IPNWB) uses this extension by default. diff --git a/ndx-MIES/ndx-meta.yaml b/ndx-MIES/ndx-meta.yaml new file mode 100644 index 0000000..94375c0 --- /dev/null +++ b/ndx-MIES/ndx-meta.yaml @@ -0,0 +1,6 @@ +name: ndx-MIES +version: 0.1.0 +src: https://github.com/t-b/ndx-MIES +license: BSD +maintainers: + - t-b