-
Notifications
You must be signed in to change notification settings - Fork 18
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
Better explanation of the Motif Scaffolding Problem Definition Header #8
Comments
Thank you very much. For our current motif scaffolding specification file, we assume that the configuration is valid and we are currently working on a more user-friendly specification format. For our current format, to generate a protein with 100 amino acids and containing the motif, you would need this as the header
such that the number of residues adds up to 100. Hope this help to clarify things a bit and feel free to let us know if you have further questions. |
Hello, I'd like to ask some questions regarding the multi-motif scaffolding problem definition:
Of note, the provided configuration states the presence of motif groups A and B and chain A, but the table in the paper states that you used I'd like to ask if the only way to generate a multi-motif scaffolding is by first combining both PDB files and their chains into the same chain, or if they can come from different chains in the same file. If possible, I'd also like to ask what does "motif group" represent, and how it impacts the scaffolding process (their relative rotation and distance? other aspect?). And if possible more details about why the single-motiff scaffolding task mentioned in the paper as
is not supported. I'd also like to thank the authors for this project, it seems really promising and the code is a lot easier to parse compared to similar projects. |
Hello,
First off, great job on this publication. I really enjoyed reading the paper.
I've been trying to run the model myself, however I'm having trouble understanding the structure of the pdb file header needed to run scaffolding on a protein. Based on the table in the readme, I would think that this:
Is the header needed in order to set as motif the 5 amino acid sequence from amino acid 5 to 10 in a 100 amino acid long pdb file. However, this leads to errors in feature creation.
Would it be possible to get a more in depth explanation of how the pdb header works?
Thank you.
The text was updated successfully, but these errors were encountered: