docs: document chain-internal ncAAs via userCCDPath and protein modifications#662
Open
Fred-Jing wants to merge 1 commit intogoogle-deepmind:mainfrom
Open
docs: document chain-internal ncAAs via userCCDPath and protein modifications#662Fred-Jing wants to merge 1 commit intogoogle-deepmind:mainfrom
Fred-Jing wants to merge 1 commit intogoogle-deepmind:mainfrom
Conversation
docs: add example for chain-internal ncAAs via userCCDPath
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds a short documentation example for using a user-provided CCD component as a chain-internal non-canonical
amino acid via
protein.modifications.The code path already supports this workflow, but
docs/input.mdcurrently documents protein modifications and user-provided CCDs mainly as separate concepts, and the user-provided CCD section is currently framed around custom
ligands.
This patch adds:
User-provided CCDuserCCDPath + protein.modificationsbondedAtomPairsWhy
Without an explicit example, it is easy to assume that
userCCDPathis only intended for ligands, or that chain-internal ncAAs should be modeled as ligands rather than polymer modifications.
Testing
Documentation-only change.
I also manually validated this workflow on a local AlphaFold 3 installation by running inference with custom peptide-
linking components referenced through
protein.modificationsand supplied throughuserCCDPath.AI usage disclosure
This PR text and the initial draft wording were prepared with AI assistance, then manually reviewed and edited before
submission.