-
Notifications
You must be signed in to change notification settings - Fork 38
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
creating tbl file #873
Comments
Hi Pallavi, Please refer to the Nature Protocols and Nature Protocols Correspondence paper where everything is well described. Cheers |
Hi, Thanks for the links! I have now an understanding of the general syntax, but I still have one question. In the protein-DNA docking example, the cro_air.tbl shows: assign ( resid 27 and segid A) Does this imply that center of mass of the residues connected by "or" (residues 32, 33, 34) is used for the distance restraint? |
No - it does not. The effective distance is calculated as:
[Sum (1/r**6) ]**(-1/6)
over all pairwise distances between all atoms in the selections.
… On 24 Apr 2024, at 16:30, Pallavi Banerjee ***@***.***> wrote:
Hi,
Thanks for the links! I have now an understanding of the general syntax, but I still have one question. In the protein-DNA docking example, the cro_air.tbl shows:
assign ( resid 27 and segid A)
(
( resid 32 and segid B and (name O2 or name O4 or name H3 or name C2 or name C4 or name C5 or name C6 or name C7))
or
( resid 33 and segid B and (name O2 or name O4 or name H3 or name C2 or name C4 or name C5 or name C6 or name C7))
or
( resid 34 and segid B and (name N3 or name N7 or name O6 or name H1 or name H22 or name H21 or name C2 or name C4 or name C5 or name C6 or name C8))
) 2.0 2.0 0.0
Does this imply that center of mass of the residues connected by "or" (residues 32, 33, 34) is used for the distance restraint?
—
Reply to this email directly, view it on GitHub <#873 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABOH5IDSUIVS5CX5NTAJGY3Y666W5AVCNFSM6AAAAABGVBRLNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGA4DSMRUGQ>.
You are receiving this because you are subscribed to this thread.
|
Ok, understood! Also, what is the difference between Haddock restraints for 1st partner vs those for 2nd partner? Can't we put all the restraints in one section? For the same protein-DNA docking example, and the following under "HADDOCK AIR restraints for 2nd partner": Residues 27, 29, 34 are mentioned twice. |
The first selection is called Restraints penalties only apply on Therefore having the reverse (in the "HADDOCK AIR restraints for 2nd partner"), allows to define previously described |
Got it! Thanks :) |
Hi there,
I am unable to find an explanation of the tbl file for imposing interaction restraints. Could you please help understand the format of the tbl file and how to create such files?
Thanks.
Best,
Pallavi
The text was updated successfully, but these errors were encountered: