Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Electrostatics/pdb2pqr_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Flask version of the PDB2PQR server

This is an attempt to port the PDB2PQR web server to Flask to simplify the code base and make it easier to port to cloud services. This particular code was shamelessly ripped off from modeled after the Flask examples.

The code is not functional and is intended as a prototype. Here are the current steps to get it "working" (assuming a Bash environment); a virtualenv is strongly recommended.

pip install --editable .
export FLASK_APP=server
export FLASK_DEBUG=1
python -m flask run

Point your browser to http://127.0.0.1:5000/ and hope for the best!

About

Trying to bring the PDB2PQR web server into the 21st century

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published