Electrum is a visualization platform for exploring MIDAS protein-metabolite interaction data.
python manage.py runserver- In Chrome:
- Navigate to:
http://127.0.0.1:8000/ Ctrl+F5to clear cache
-
Update latest MIDAS database and store at:
static/Electrum/data/MIDAS-latest.txt -
python electrum-utils.py buildSubstructureReference --output ..\..\data -
buildEntityDatabaseis a util for name mapping metabolites from MIDAS datasets -
In
settings.py, setDEBUG = FalseandSECURE_SSL_REDIRECT = True -
In virtual environment with Python installed and activated:
-
conda create --name electron-deploy -
conda activate electron-deploy -
conda install python=3.8 -
pip install -r requirements.txt
Electrumis available via a GPL-3.0 LicenseD3is provided under an ISC Licensed3-ForceEdgeBundlingis provided under a GPL-2.0 LicensejQueryis provided under an MIT LicensesaveSvgAsPngis provided under an MIT Licensestreamsaveris provided under an MIT License
- Copy
settings.pyto Electrum directory - Change path to find config
- Run
/uufs/chpc.utah.edu/common/home/rutter-website/html/Electrum-django/electrum-deploy-env/bin/gunicorn Electrum-admin.wsgi:application
