Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Water Bridge Interaction Calculation #225

Closed
wants to merge 12 commits into from
9 changes: 3 additions & 6 deletions docs/notebooks/docking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
"ref_mol = plf.Molecule.from_mda(ref)\n",
"\n",
"# generate IFP for the reference\n",
"fp_ref = plf.Fingerprint(fp.interactions)\n",
"fp_ref = plf.Fingerprint(list(fp.interactions))\n",
"fp_ref.run_from_iterable([ref_mol], protein_mol)\n",
"df_ref = fp_ref.to_dataframe(index_col=\"Pose\")\n",
"\n",
Expand Down Expand Up @@ -853,11 +853,8 @@
}
],
"metadata": {
"interpreter": {
"hash": "8787e9fc73b27535744a25d17e74686c0add9df598b8e27ca04412fce7f0c7ae"
},
"kernelspec": {
"display_name": "Python 3.8.5 ('prolif')",
"display_name": "prolif",
"language": "python",
"name": "python3"
},
Expand All @@ -871,7 +868,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
Loading
Loading