Skip to content

Commit

Permalink
Updating tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniekmateusz committed Aug 2, 2023
1 parent 67cf4d4 commit b0695f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/.tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

# opt_mol, energies
energies = rmols.optimise_in_receptor(
receptor_file="rec_final.pdb",
receptor="rec_final.pdb",
ligand_force_field="openff",
use_ani=True,
sigma_scale_factor=0.8,
Expand Down
6 changes: 3 additions & 3 deletions notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"metadata": {},
"outputs": [],
"source": [
"rmols[0].rep3D(prody=rec_final)"
"rmols[0].rep3D(prody_protein=rec_final)"
]
},
{
Expand Down Expand Up @@ -441,7 +441,7 @@
"metadata": {},
"outputs": [],
"source": [
"rmols[0].rep3D(prody=rec_final)"
"rmols[0].rep3D(prody_protein=rec_final)"
]
},
{
Expand Down Expand Up @@ -475,7 +475,7 @@
"source": [
"# opt_mol, energies\n",
"energies = rmols.optimise_in_receptor(\n",
" receptor_file=\"rec_final.pdb\", \n",
" receptor=\"rec_final.pdb\", \n",
" ligand_force_field=\"openff\", \n",
" use_ani=True,\n",
" sigma_scale_factor=0.8,\n",
Expand Down

0 comments on commit b0695f1

Please sign in to comment.