-
Notifications
You must be signed in to change notification settings - Fork 4
Protein mutation support in Neq Cycling Setup Unit #106
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
Changes from 81 commits
fb4b088
a6a1705
24ccc77
086f246
e997aea
8fd3877
ad4ef62
7b8ab83
08aedfe
9ad227a
5134755
c35439e
1139eb2
9b2e508
5784daa
1669449
e32bb67
aa3ffc2
f10415e
9a8b99c
a1106b2
34b3a4d
e360385
330a3c3
cbd49f3
afa6b95
994c2ca
ee875ad
484ee95
55ba765
257000f
8f71796
f4f23f8
a40b7dc
1bcfdd3
08fcbd1
138aa95
7db8710
410f769
5f1d6a2
b911c24
a9f5342
0bedb93
3ed8400
8e98b7a
0697d50
0322437
09bec3f
e2a5a92
a83fb30
f337ef8
03b255a
d49925b
e3c174b
d10be95
644486e
551531d
6676349
b95d0b0
f12c407
f98a0a5
89c1cfe
04c0d1c
2896683
a64135f
419db95
e4f0c29
70d1f81
770e90a
ae21582
3ed752c
b9366a9
c9344fc
d8ede01
3a864f1
1b85d0a
fbfa750
1ce2be0
5d2d062
a55e2f4
e1cd58b
19149b4
766fc6c
c2a262c
7019101
156b0c2
03f8c20
1df3a91
d713d84
332489f
3da59a9
a7432fe
abd8dc9
1a7ab08
9bb9630
1b1c3f5
3536bfc
596bd2e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Love the idea of a tutorial, but I would recommend just bumping it to a separate PR.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I already worked on a tutorial, lives in https://github.com/OpenFreeEnergy/feflow/blob/protein-mutation-setup/docs/tutorials/protein-mutations-neq.ipynb I guess we could consider moving it to the OpenFE Example Notebooks instead in the future. |
||
| "cells": [ | ||
| { | ||
| "cell_type": "markdown", | ||
| "id": "47736a8f-7446-4600-b06d-4c8ffd05f66c", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "TODO:\n", | ||
| "Add a tutorial here on how to use the protein-mutation capabilities in `FEFlow`.\n", | ||
| "\n", | ||
| "What should it have?\n", | ||
| "* How to mutate a protein from a PDB file with `pdbfixer`\n", | ||
| "* How to create the mapping between the WT and MUT\n", | ||
| " * check mapping is correct (sanity check)\n", | ||
| "* Setting up the protocol\n", | ||
| "* Executing the protocol" | ||
| ] | ||
| }, | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "id": "fa00a848-79a2-46c3-a141-6e24ce0f7f4f", | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [] | ||
| } | ||
| ], | ||
| "metadata": { | ||
| "kernelspec": { | ||
| "display_name": "Python 3 (ipykernel)", | ||
| "language": "python", | ||
| "name": "python3" | ||
| }, | ||
| "language_info": { | ||
| "codemirror_mode": { | ||
| "name": "ipython", | ||
| "version": 3 | ||
| }, | ||
| "file_extension": ".py", | ||
| "mimetype": "text/x-python", | ||
| "name": "python", | ||
| "nbconvert_exporter": "python", | ||
| "pygments_lexer": "ipython3", | ||
| "version": "3.12.9" | ||
| } | ||
| }, | ||
| "nbformat": 4, | ||
| "nbformat_minor": 5 | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're at 1.8 now, but that might be better bumped in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I need to change it here since I'm also bumping the python version. Hopefully it would "just work". THanks for the heads up.