Closed mih closed 6 years ago
@aqw here is the webapp draft we talked about. After installation with pip install -e it can be ran via
pip install -e
datalad webapp --app hirni_specedit -d <somedatasetpath>
(also needs the webapp extension to be installed: https://github.com/datalad/datalad-webapp)
Awesome! Thx. Will check it out.
FTR: Failures in master for tests like validate_bids_fixture are due to https://github.com/datalad/datalad-neuroimaging/issues/38
validate_bids_fixture
This is obsolete now.
@aqw here is the webapp draft we talked about. After installation with
pip install -e
it can be ran via(also needs the webapp extension to be installed: https://github.com/datalad/datalad-webapp)