How do I diffuse a backbone of n length around an active site? #180
Unanswered
danielguion
asked this question in
Q&A
Replies: 1 comment
-
The syntax you use (the If you want to make sure that the overall length stays in a particular range, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working on a project where I need to generate protein backbones to facilitate the geometry of a specific active site. The active site is represented by 7 residues, and I have a requirement to create backbones of different lengths (e.g., 40, 50, 60 amino acids).
Here's the part of my current code for generating the protein with the active site model, which is not doing what I want:
./scripts/run_inference.py 'contigmap.contigs=[B11-11/1-10/B28-28/1-10/B39-39/1-10/B48-48/1-10/B52-52/1-10/B84-84/1-10/B88-88]' inference.input_pdb=/data/sequences/.pdb inference.ckpt_override_path=models/ActiveSite_ckpt.pt inference.num_designs=1 inference.output_prefix=outputs/
My goal is to generate proteins where the length of amino acid sequences between the specified active site residues is random. I want to control the overall length of the protein but not the distribution of amino acids between the active site residues.
Can anyone suggest modifications to my code or a different approach to achieve this? Specifically, I am looking for a way to:
Any help or guidance would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions