Skip to content

Latest commit

 

History

446 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages