Skip to content

Commit

Permalink
Code near final, update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Jul 3, 2024
1 parent 6ecc9e1 commit 279da08
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 42,370 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# iqb-2024
Notebooks and environment set up for IQB 2024 workshop
# Python Scripting for Molecular Docking

## PDB Crash Course 2024

Authors: Jessica A. Nash and Paul A. Craig

Four notebooks and an environment have been set up for the IQB 2024 workshop, (Python Scripting for Molecular Docking)[https://iqb.rutgers.edu/node/284] to be held on Thursday, July 18., 2024.

## Notebooks

1. Enzyme Commission Class with Ligands (EC_ligand_search.ipynb)
2. Visualizing the Binding Site of a Protein-Ligand Complex (binding_site_investigation.ipynb)
3. Modifying Ligands with RDKit(molecule_manipulation.ipynb)
4. Docking with AutoDock Vina (docking_single_ligand.ipynb)
10 changes: 9 additions & 1 deletion binding_site_investigation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pdb2pqr --pdb-output=structures/protein_h.pdb --pH=7.4 structures/protein_2zq2.pdb protein.pqr"
"! pdb2pqr --pdb-output=structures/protein_h.pdb --pH=7.4 structures/protein_2zq2.pdb structures/protein_2zq2.pqr"
]
},
{
Expand Down Expand Up @@ -533,6 +533,14 @@
"source": [
"fp.plot_3d(lig_list[0], protein_mol, frame=0)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "97ef5c4e-f5f5-43ce-9cd7-c0fc30e61538",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 279da08

Please sign in to comment.