This package contains the software to automate the workflow of APBS and PDB2PQR using Amazon Web Services. For more information, please see
- Home page: http://www.poissonboltzmann.org/
- Documentation: http://apbs-aws.readthedocs.io
To setup a development environment, enter your Python3 environment of choice (e.g. virtualenv, conda, etc.). From the top of the repository in your terminal, enter the following:
pip install -e .[dev,test]
This will install all the necessary packages to develop and test the APBS-AWS software. Check setup.py
to view the list of packages.