Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 676 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 676 Bytes

Team3 Web Server Group

Listeria ASSemblIEs comparison

Requirements

The application is built with Flask in python. You may use Anaconda to install the python dependencies, the environment yml file is final.yml.

conda env create -f final.yml

Test and Deployment

To test the web application on your own computer, start the flask webserver with the following script and open your browser at http://localhost:9981/index.html :

./serve.sh

Your code will be automatically (within one minute) deployed to server (http://predict2019t3.biosci.gatech.edu/) once you push the commits to the master branch on github.