Other
Docking@Home
English
molecular-docking
drug-discovery
distributed-computing
autodock
boinc
chemistry
biology
agent
computational-chemistry
bioinformatics
gpu-acceleration
distributed-network
decentralized
Instructions to use OpenPeerAI/DockingAtHOME with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Docking@Home
How to use OpenPeerAI/DockingAtHOME with Docking@Home:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| # Build directories | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| # Compiled Object files | |
| *.o | |
| *.obj | |
| *.so | |
| *.dylib | |
| *.dll | |
| *.exe | |
| # CMake | |
| CMakeCache.txt | |
| CMakeFiles/ | |
| cmake_install.cmake | |
| install_manifest.txt | |
| # IDE specific | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # BOINC specific | |
| boinc_db/ | |
| *.log | |
| work_units/ | |
| results/ | |
| # AutoDock outputs | |
| *.dlg | |
| *.glg | |
| *.xml | |
| temp_docking/ | |
| # CUDA | |
| *.cu.o | |
| *.ptx | |
| *.cubin | |
| # Node modules (the Decentralized Internet SDK) | |
| node_modules/ | |
| package-lock.json | |
| yarn.lock | |
| # Python virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Data files | |
| data/*.pdbqt | |
| data/*.pdb | |
| !data/examples/ | |
| # Credentials and secrets | |
| *.key | |
| *.pem | |
| config/secrets.conf | |
| .env | |
| # Large model files | |
| models/*.bin | |
| models/*.pt | |
| !models/README.md | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| temp/ | |