posecheck
Pose checks for 3D Structure-based Drug Design methods
File Explorer
Download Latest Version (.zip)- publish.yaml
- tests.yaml
- reduce
- smina.static
- 1a2g.pdb
- 1a2g_ligand.sdf
- crossdocked_split_by_name.pkl
- posecheck_logo.png
- split_by_name.pt
- conf.py
- index.rst
- posecheck_logo.png
- make.bat
- Makefile
- requirements.txt
- __init__.py
- datasets.py
- __init__.py
- biopython.py
- chem.py
- clashes.py
- constants.py
- docking.py
- docking_utils.py
- interactions.py
- loading.py
- strain.py
- validators.py
- .DS_Store
- __init__.py
- docking_eval.py
- eval.py
- posecheck.py
- __init__.py
- test_biopython.py
- test_chem.py
- test_clashes.py
- test_hydride.py
- test_interactions.py
- test_loading.py
- test_posecheck.py
- test_strain.py
- .gitignore
- .readthedocs.yaml
- changelog.md
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/cch1999/posecheck
Downloads the entire project code from GitHub to your computer.
cd posecheck
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install posecheck
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install posecheck
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
