Citations ========= OpenDock ------------- OpenDock is a scientific software that is described in academics publications. Please cite these papers when you used OpenDock in your work: .. code-block:: bash @article{10.1093/bioinformatics/btae628, author = {Hu, Qiuyue and Wang, Zechen and Meng, Jintao and Li, Weifeng and Guo, Jingjing and Mu, Yuguang and Wang, Sheng and Liangzhen, Zheng and Wei, Yanjie}, title = "{OpenDock: A pytorch-based open-source framework for protein-ligand docking and modelling}", journal = {Bioinformatics}, pages = {btae628}, year = {2024}, month = {10}, abstract = "{Molecular docking is an invaluable computational tool with broad applications in computer-aided drug design and enzyme engineering. However, current molecular docking tools are typically implemented in languages such as C ++ for calculation speed, which lack flexibility and user-friendliness for further development. Moreover, validating the effectiveness of external scoring functions for molecular docking and screening within these frameworks is challenging, and implementing more efficient sampling strategies is not straightforward.To address these limitations, we have developed an open-source molecular docking framework, OpenDock, based on Python and PyTorch. This framework supports the integration of multiple scoring functions; some can be utilized during molecular docking and pose optimization, while others can be employed for post-processing scoring. In terms of sampling, the current version of this framework supports simulated annealing and Monte Carlo optimization. Additionally, it can be extended to include methods such as genetic algorithms and particle swarm optimization for sampling docking poses and protein side chain orientations. Distance constraints are also implemented to enable covalent docking, restricted docking or distance map constraints guided pose sampling. Overall, this framework serves as a valuable tool in drug design and enzyme engineering, offering significant flexibility for most protein-ligand modelling tasks.OpenDock is publicly available at: Https://github.com/guyuehuo/opendock.}", issn = {1367-4811}, doi = {10.1093/bioinformatics/btae628}, url = {https://doi.org/10.1093/bioinformatics/btae628}, eprint = {https://academic.oup.com/bioinformatics/advance-article-pdf/doi/10.1093/bioinformatics/btae628/59933649/btae628.pdf}, } Related publications -------------------- Waiting for further updates