-
Notifications
You must be signed in to change notification settings - Fork 2
Add bayer macrocycle datasets #120
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
Open
hannahbaumann
wants to merge
8
commits into
main
Choose a base branch
from
add_bayer_macrocycles
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
78eb830
Add bayer macrocycle dataset
hannahbaumann 34f2719
Add partial charges
hannahbaumann 2ab81bb
Add networks
hannahbaumann cfbf1e1
Add exp data
hannahbaumann c2c55e7
add cofactor tag
hannahbaumann cb557d8
Merge branch 'main' into add_bayer_macrocycles
hannahbaumann 9a4c36d
Merge branch 'main' into add_bayer_macrocycles
hannahbaumann 315e348
add industry_benchmark tag
hannahbaumann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...benchmarks/data/benchmark_systems/bayer_macrocycles/brd4/PREPARATION_DETAILS.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Preperation of systems | ||
|
|
||
| Done by J. Bluck | ||
|
|
||
| <ol type="1"> | ||
| <li>Read in original inputs from the repo | ||
| <li>Duplicate the input, to ensure there is a reference to comapre to | ||
| <li>Check the sequence to see if it contains any non-natural amino acids | ||
| <li>Check all caps to see if any need to be charged or not. | ||
| <li>Open the Protein preparation wizard (Schrodinger 2024-2) | ||
| <li>Run only step 3 - "Preprocess". The only three options activated are: | ||
| <ul type="disc"> | ||
| <li>Cap termini | ||
| <li>Convert selomethionines to methionines | ||
| <li>Include peptides when capping termini | ||
| </ul> | ||
| <li>Convert SER back to a charged terminus, to reflect the Schrodinger input | ||
| <li>Change the cap names if not NME: | ||
| <ul type="disc"> | ||
| <li>Highlight all waters | ||
| <li>Builder > Other Edits > Change Atom Properties > Property: Residue/Chain Name | ||
| <li>Residue name "NME" | ||
| </ul> | ||
| <li>Export outputs, named "ligand.sdf", "protein.pdb" and optionally "cofactors.sdf" | ||
| <li>Run input through validation script | ||
| <li>Scrub files of sensitive information | ||
| </ol> |
35 changes: 35 additions & 0 deletions
35
...e_benchmarks/data/benchmark_systems/bayer_macrocycles/brd4/experimental_binding_data.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "61a": { | ||
| "dg": { | ||
| "magnitude": -12.0, | ||
| "unit": "kilocalories_per_mole", | ||
| ":is_custom:": true, | ||
| "pint_unit_registry": "openff_units" | ||
| }, | ||
| "canonical_smiles": "[H]c1c(c2c(c(c1N([H])S(=O)(=O)C([H])([H])C([H])([H])[H])[H])C3=C(N(C(=O)C(=C3OC(C(C(C(c4c(c(c(c(c4O2)F)[H])F)[H])([H])[H])([H])[H])([H])[H])([H])[H])[H])C([H])([H])[H])[H])[H]", | ||
| "inchikey": "BYFSQAHWOPJWRA-UHFFFAOYNA-N", | ||
| "reference": "https://doi.org/10.1038/s42004-023-01019-9" | ||
| }, | ||
| "25e": { | ||
| "dg": { | ||
| "magnitude": -11.300000190734863, | ||
| "unit": "kilocalories_per_mole", | ||
| ":is_custom:": true, | ||
| "pint_unit_registry": "openff_units" | ||
| }, | ||
| "canonical_smiles": "[H]c1c(c(c(c(c1N([H])S(=O)(=O)C([H])([H])C([H])([H])[H])[H])C2=C(N(C(=O)C(=C2OC([H])([H])C([H])([H])[H])[H])C([H])([H])[H])[H])Oc3c(c(c(c(c3F)[H])F)[H])[H])[H]", | ||
| "inchikey": "GLXOAGUUYVCIFE-UHFFFAOYNA-N", | ||
| "reference": "https://doi.org/10.1038/s42004-023-01019-9" | ||
| }, | ||
| "11": { | ||
| "dg": { | ||
| "magnitude": -8.199999809265137, | ||
| "unit": "kilocalories_per_mole", | ||
| ":is_custom:": true, | ||
| "pint_unit_registry": "openff_units" | ||
| }, | ||
| "canonical_smiles": "[H]c1c(c(c(c(c1[H])[H])Oc2c(c(c(c(c2C3=NN(C(=O)C(=C3OC([H])([H])[H])[H])C([H])([H])[H])[H])[H])[H])[H])[H])[H]", | ||
| "inchikey": "MDTCYTNEBYQKFC-UHFFFAOYNA-N", | ||
| "reference": "https://doi.org/10.1038/s42004-023-01019-9" | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
should this have the ross tags as well or are they just for the sets we ran as part of the industry benchmarks?
Uh oh!
There was an error while loading. Please reload this page.
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.
have two tags, ross and industry_benchmarks