- Python 2.x or later (recommended: above 3.6)
- Python modules
- setuptools
- numpy
- argparse
- PyYaml
- msgpack-python, u-msgpack-python or msgpack-pure
- configparser
- ordereddict (for Python 2.6)
Clone a copy of the main ProteinDF_bridge git repo by running:
git clone git://github.com/ProteinDF/ProteinDF_bridge.git
- required above Python 3.3
Here, we will assume that the virtual environment of Python will be installed in the directory specified by the environment variable PDF_HOME
.
Set the environment variables according to the shell you are using.
The following shows how to set them in bash:
$ export PDF_HOME=${HOME}/local/ProteinDF
The following shows how to set them in bash:
$ python -m venv ${PDF_HOME}
$ source ${PDF_HOME}/bin/activate
Enter the source directory and run build script:
$ cd ProteinDF_bridge
$ pip install --use-feature=in-tree-build .
sorry, in preparation.
ProteinDF_bridge is licensed under the GNU GPL v3. The source code can be found on the Github.
If you find any bugs, please let me know. And if you have a suggestion for improvement, please let me know.