Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 811 Bytes

File metadata and controls

40 lines (30 loc) · 811 Bytes

dbBact website server

the web frontend for the dbBact bacterial knowledgebase

The live version is running at http://dbbact.org

Installation

  • create the conda environment
conda create --name dbbact-web python=3 numpy flask requests matplotlib numpy scipy
  • activate it
source activate dbbact-web
  • clone this respository
git clone https://github.com/amnona/scdb-website
  • install the wordcloud module from github (the pip install version is old and not good enough)
pip install git+git://github.com/amueller/word_cloud

running

export FLASK_APP= XXX/XXX/scdb-website/scdb-website/Server_Main.py

and then

flask run

The website should be available in: http://127.0.0.1:5000/