https://github.com/mwaskom/ziegler
fMRI Reporting Webapp
https://github.com/mwaskom/ziegler
Last synced: 6 months ago
JSON representation
fMRI Reporting Webapp
- Host: GitHub
- URL: https://github.com/mwaskom/ziegler
- Owner: mwaskom
- License: bsd-2-clause
- Created: 2013-07-17T01:38:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T23:00:16.000Z (over 10 years ago)
- Last Synced: 2025-07-08T18:12:52.935Z (6 months ago)
- Language: HTML
- Size: 1.46 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ziegler: fMRI Reporting Webapp
==============================
Ziegler is a lightweight [Flask](http://flask.pocoo.org/) based webapp for reporting the results of [lyman](https://github.com/mwaskom/lyman) analyses.

To view the results from your default experiment, run
python ziegler.py
This starts the app at `http://localhost:5000`.
There are a few other options; run with `--help` to see them.
The lyman `data` and `analysis` directories are softlinked in `static/` when the app starts. This is cleaned up on exit, but you might not want to keep the ap in your Dropbox, as these large directories will be synced.
To view the app on a computer with no existing lyman environment, do
export LYMAN_DIR=testing/lyman
You won't be able to generate any reports (there's no real data), but you can see what things look like and develop the basic interface.
Dependencies
------------
- [Flask](http://flask.pocoo.org/)
- [lyman](https://github.com/mwaskom/lyman)
License
-------
Simplified BSD