Add CIF template-based generating example notebook #255
Conversation
|
@sukritsingh this is great! thank you for this contribution. A few quick notes:
|
|
Sukrit, i had a run through this locally, it all works! Because of github idiosyncrasies, can you add me as a collaborator to your fork so that i can make changes? Otherwise I have to start a new PR |
|
Thanks all for the points! @jandom I've added you as a collaborator to my fork! Please feel free to do as you see fit (but maybe just let me know so I don't get confused by emails, lol). @jnwei I want to add the colab banner but actually was just saving it for last in case other changes needed to be made. My main question was (using your example) what the URL is going to look like if we put in that cell? Here's my attempt at what I think the URL might look like? Just let me know what to change the URL to and I can add in the banner myself too (or whoever wants to can do it!) |
Yeah that URL is the right idea, it should just update the href. Just remember to use the url with the main branch rather than the current PR branch when you're finished, so: |
|
Right! I forgot I need to add I've updated the notebook with the colab badge and what should be the correct URL at the top. Let me know if this needs changing! |
|
@sukritsingh I think this is now ready for your cleanup! all the eng bits look a bit better okay, now i'm really done – it runs locally, i found a colab extension for vscode so the next set of tests i'll be able to run both locally and on colab |
- apart from the colab-specific cell
Summary
Following up on conversations with @jandom and @jnwei, this PR provides an example notebook intended to install and run OpenFold3 given a template CIF structure of a kinase (the underlying intention is to generate template-based structures of homologs that may be under-characterized). Ideally, this example notebook can serve two purposes:
The associated citation for this notebook is a preprint that should be released eminently. Perhaps we can coordinate merging of this notebook in once the DOI is added into the notebook?
Changes
In the
examples/directory there is now a new notebooktemplate_kinase_example_notebookthat contains the example.ipynbfile!Related Issues
Two potential flags here:
Testing
You could just open this notebook in Colab and run it. I have not added a "Open in Colab" badge yet at the top of the notebook, but that might be the last thing to add (alongside the relevant DOI?)
That said, any other edits and suggested reviews are welcome!