Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tactic MMIC for molecular docking using AutoDock Vina

License

NotificationsYou must be signed in to change notification settings

MolSSI/mmic_autodock_vina

GitHub Actions Build StatuscodecovLanguage grade: Python

This is part of theMolSSI Molecular Mechanics Interoperable Components (MMIC) project. This package provides aprovides an engine component for running molecular docking withAutoDock Vina.

AutoDock Vina Component

This is part of theMolSSI Molecular Mechanics Interoperable Components (MMIC) project. This package provides molecular docking compute viaAutoDock Vina program.

Preparing Input

# Import MM molecule data modelfrommmelemental.models.moleculeimportMolecule# Construct MM moleculesreceptor=Molecule.from_file(pdb_file)ligand=Molecule.from_data(smiles_code,dtype="smiles")# Construct docking input data from MMSchema moleculesdock_input= {"mol": {"ligand":ligand,"receptor":receptor},"search_space": (xmin,xmax,ymin,ymax,zmin,zmax),"search_space_units":"angstrom",}

Running Docking with AutoDock Vina component

# Import docking simulation component for autodock vinafrommmic_autodock_vina.components.autodock_componentimportAutoDockComponent# Run autodock vinadock_output=AutoDockComponent.compute(dock_input)# Extract outputscores,ligands,flex=dock_output.scores,dock_output.poses.ligand,dock_output.poses.receptor

Copyright

Copyright (c) 2021, MolSSI

Acknowledgements

Project based on theComputational Molecular Science Python Cookiecutter version 1.1.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp