This is a editor for hdf5
's file
pip install git+https://github.com/tohsato-lab/bdmleditor
You can use this command in the following ways.
$ bdmleditor HDFFILE
And you can see all available options by using --help:
usage: bdmleditor [-h] [-v] filename
A tool to edit bdml files
positional arguments:
filename
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
We are using Pipenv in this project.\ You can recreate the environment using the following methods.\ pyenv may be required. See the official pipenv's reference for details.
pip install pipenv
git clone https://github.com/tohsato-lab/bdmleditor && cd bdmleditor
pipenv sync --dev
pipenv shell
pip install -e .