MolecularDockingKit is a Python tool designed for molecular docking computations. It provides a simple and efficient way to perform docking simulations and analyze the results.
The repository contains scripts and supplementary files necessary for running molecular docking simulations and analyzing the output data. Below is a brief overview of the main components:
- Main Script:
make.bash - Supplementary Scripts:
main.pygetSmilesFromFile.pyxyzFromSmiles.pygetScores.tcshcall_combine.tcshcombine.pyrun.slurm(inside theenergy_proteindirectory)getEnergy.pyrun_template.slurm
To use MolecularDockingKit, follow these steps:
-
Prepare input files:
- Create a
drugs.txtfile containing initial data. - Obtain a
3sxr_dasatinib_removed.pdbfile representing the protein without dasatinib. - Set up a directory named
energy_proteinwith arun.pyscript for submitting protein jobs. - Provide a template file named
prm-template.prmfor the prm input file used in docking calculations.
- Create a
-
Execute the main script
make.bashto initiate the docking computations. -
Follow the instructions provided in the comments of each script to understand their specific functions and requirements.
Contributions to MolecularDockingKit are welcome! If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
Anup Kumar