downloaded from propka.ki.ku.dk

This commit is contained in:
Jimmy Charnley Kromann
2012-11-15 17:47:47 +01:00
parent 57be97bf6b
commit d882a2f5d1
25 changed files with 8673 additions and 2 deletions

View File

@@ -1,2 +1,40 @@
propka-3.1
==========
# PROPKA 3.1
See [propka.ki.ku.dk](http://propka.ki.ku.dk/)
for more information.
## Installation
No installation needed. Just clone and run.
## Requirements
* Python 3.1 or higher
## Getting started
1. Clone the code from GitHub
2. Run 'propka.py' with a .pdb file (see Examples)
## Examples
Calculate
propka.py 1hpx.pdb
If you don't have Python 3.1 installed, but
Python 3.2 (most Ubuntu distributions), then run
propka like;
python3.2 propka.py 1hpx.pdb
## Testing (for developers)
Please run test before pushing commits.