sbdd practice files for 2022 workshop
$ conda create -n sbdd_practice python=3.7
$ conda activate sbdd_practice
$ conda config --env --add channels conda-forge
$ conda install -c conda-forge numpy swig boost-cpp sphinx sphinx_rtd_theme scipy rdkit openmm openbabel pdbfixer pymol-open-source
$ pip install vina meekoPDB ID: 6W63, 7VTH, 7VU6
Download PDB files from the PDB website https://www.rcsb.org/
or
$ wget https://files.rcsb.org/download/6W63.pdbReceptor - 3CL protease (PDB ID: 6w63)
Ligand - 3CL protease inhibitor X77 (PDB ID: 6w63)
$ python pdb_prep.py
$ python lig_prep.py
$ python get_box.py
$ python simple_run.py
$ pymol *.pdbqtAnalysis docking model wih PyMol
Run below command in PyMol
rms /ligand////*, /ligand_vina_out////*
split_states ligand_vina_out
rms /ligand////*,/ligand_vina_out_0001////*
$ python run_docking.py
$ pymol pdb/7vth.pdb pdb/7vu6.pdb receptor.pdbqt *_vina_out.pdbqtRun below command in PyMol
align 7vu6, receptor
align 7vth, receptor