©️ Copyright 2023 @ Authors
作者:
杨舒文 📨
李子尧 📨
日期:2023-07-20
共享协议:本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。
快速开始:点击上方的 开始连接 按钮,选择 diffdock:2023-07-20-4镜像 和任意配置机型即可开始。
DiffDock Notebook
1. Introduction
Bohrium implementation of DiffDock, state-of-the-art method for molecular docking, by Gabriele Corso*, Hannes Stark*, Bowen Jing*, Regina Barzilay and Tommi Jaakkola.
You might also be interested in this awesome interactive online tool by Simon Duerr on Hugging Face for running DiffDock and visualising the predicted structures on your browser:
2. Inference
2.1 PDB + SMILES Input
We provide two easy ways to input ONE complex by configuring:
complex_name
(str): name that the complex will be saved with- one of
protein_path
(str): path to the protein fileprotein_sequence
(str): sequence of the protein for ESMFold
ligand_description
(str): either a SMILES string or the path to a molecule file that rdkit can read
If inference of multiple complexes is required, please input a path of protein_ligand_csv
with following format:
complex_name | protein_path | ligand_description | protein_sequence |
---|---|---|---|
1 | /root/data/1a0q/1a0q_protein_processed.pdb | data/1a0q/1a0q_ligand.sdf | |
2 | /root/data/1a0q/1a0q_protein_processed.pdb | COc(cc1)ccc1C#N |