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

Error on charge computation for Residue ACE A 0 in Protein 1U19 #428

Open
yaideltg opened this issue Feb 20, 2025 · 0 comments
Open

Error on charge computation for Residue ACE A 0 in Protein 1U19 #428

yaideltg opened this issue Feb 20, 2025 · 0 comments

Comments

@yaideltg
Copy link

The protein can be obtained at https://www.rcsb.org/structure/1U19

I'm on Fedora 41 (Workstation Edition)

When I try the following command in the console: ~$ pdb2pqr --chain A --ff AMBER 1U19.pdb temp.pdb

I get the following error:

WARNING:Suppressing further "Skipped atom during water optimization" messages
INFO:Applying force field to biomolecule states.
WARNING:Residue ACE A 0 has non-integer charge: -0.3369 deviates by 0.3369 from integral, exceeding error tolerance 0.001.
WARNING:Residue ACE B 0 has non-integer charge: -0.3369 deviates by 0.3369 from integral, exceeding error tolerance 0.001.
WARNING:Residue ACE A 0 has non-integer charge: -0.3369 deviates by 0.3369 from integral, exceeding error tolerance 0.001
WARNING:Residue ACE B 0 has non-integer charge: -0.3369 deviates by 0.3369 from integral, exceeding error tolerance 0.001
CRITICAL:-10.6738 deviates by 0.32620000000000005 from integral, exceeding error tolerance 0.001
CRITICAL:Giving up.
Traceback (most recent call last):
File "/home/yaidel/codes/pyarmm/.venv/lib/python3.13/site-packages/pdb2pqr/main.py", line 803, in main_driver
results = non_trivial(
args=args,
...<3 lines>...
is_cif=is_cif,
)
File "/home/yaidel/codes/pyarmm/.venv/lib/python3.13/site-packages/pdb2pqr/main.py", line 717, in non_trivial
raise ValueError(charge_err)
ValueError: -10.6738 deviates by 0.32620000000000005 from integral, exceeding error tolerance 0.001

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/yaidel/codes/pyarmm/.venv/bin/pdb2pqr", line 8, in
sys.exit(main())
~~~~^^
File "/home/yaidel/codes/pyarmm/.venv/lib/python3.13/site-packages/pdb2pqr/main.py", line 841, in main
if main_driver(args) == 1:
~~~~~~~~~~~^^^^^^
File "/home/yaidel/codes/pyarmm/.venv/lib/python3.13/site-packages/pdb2pqr/main.py", line 813, in main_driver
raise RuntimeError from err
RuntimeError

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

1 participant