Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #52

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<p align="center">
<a href="https://github.com/deepmodeling">
<img src="https://unpkg.com/@njzjz/[email protected]/logos/deepmodeling.svg" alt="DeepModeling logo" width=50>
</a>
</p>
<p align="center">
<a href="https://github.com/deepmodeling">
DeepModeling
</a>
</p>

# Introduction

## Uni-Dock
# Uni-Dock
[![DeepModeling](https://img.shields.io/badge/DeepModeling-Incubating_Project-blue)](https://github.com/deepmodeling)
## Introduction

**Uni-Dock** is a GPU-accelerated molecular docking program developed by DP Technology.
It supports various scoring functions including vina, vinardo, and ad4. Uni-Dock achieves more than 1000-fold speed-up on V100 GPU with high-accuracy compared with the AutoDock Vina running in single CPU core.
Expand All @@ -21,6 +10,7 @@ The [paper](https://pubs.acs.org/doi/10.1021/acs.jctc.2c01145) has been accepted

Check this [subfolder](./unidock/) for instructions on installing Uni-Dock.

**Uni-Dock** joins the DeepModeling community, a community devote of AI for science, as an incubating level project. To learn more about the DeepModeling community, see the [introduction of community](https://github.com/deepmodeling/community).
## UniDockTools
baixiaokuang marked this conversation as resolved.
Show resolved Hide resolved

**UniDockTools** is a python package developed to handle the inputs and outputs of Uni-Dock.
Expand Down
Loading