A PyQt application to manage those BIDS files using a GUI.
Use poetry (installed via pipx) to setup the virtual env and run it nicely for you.
# Pick a valid Python3 version, e.g. 3.10 or 3.11
$ poetry env use $(pyenv which python3.10)
$ poetry env use $(pyenv which python3.11)
$ poetry installRunning the UI.
$ poetry run bidsificatorRunning the web server (in debug mode), use gunicorn or else in production.
$ poetry run bidsificator-apiOpening the Qt designer with the form.
$ poetry run make designAnd then rebuilding the Python file from it.
$ poetry run make build-uiTo be continued...
This project has received funding from the Swiss State Secretariat for Education, Research and Innovation (SERI) under contract number 23.00638, as part of the Horizon Europe project “EBRAINS 2.0”.