Skip to content
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

Dealing with Multiple Chains without the chain index #4

Closed
shaoqx opened this issue Nov 18, 2020 · 3 comments
Closed

Dealing with Multiple Chains without the chain index #4

shaoqx opened this issue Nov 18, 2020 · 3 comments

Comments

@shaoqx
Copy link

shaoqx commented Nov 18, 2020

It seems only the last chain is calculated, or at least only the last chain is printed. My format is still the Amber format that uses a TER to separate those chains and there’s no chain index in the lines, like this:

ATOM      1  N   GLY     1      12.837  -6.638  21.081  1.00  0.00
...
ATOM    452  O   ILE    30      -3.827  -8.956  -6.496  1.00  0.00
TER
ATOM    453  N   ARG    31      -3.139 -10.540  -7.939  1.00  0.00
ATOM    454  H   ARG    31      -2.449 -11.198  -8.164  1.00  0.00
ATOM    455  CA  ARG    31      -4.296 -10.383  -8.812  1.00  0.00
...
TER
END
@shaoqx
Copy link
Author

shaoqx commented Nov 18, 2020

The ffinput has set to AMBER in this case.

@pedrishi
Copy link
Member

Hi again @shaoqx !

In order to use multiple chains, the PDB has to be marked explicitly with the chain identifier (column 22).

@shaoqx
Copy link
Author

shaoqx commented Nov 18, 2020

I see, so the pdb should be reformed before determining the pKa. Thank you!

@shaoqx shaoqx closed this as completed Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants