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

PROPKA gives uninterpretable error #118

Closed
sobolevnrm opened this issue Dec 13, 2020 · 1 comment
Closed

PROPKA gives uninterpretable error #118

sobolevnrm opened this issue Dec 13, 2020 · 1 comment

Comments

@sobolevnrm
Copy link
Collaborator

Running PROPKA on 1HCH gives the following error:

Traceback (most recent call last):
  File "opt/anaconda3/envs/propka/bin/propka3", line 33, in <module>
    sys.exit(load_entry_point('propka', 'console_scripts', 'propka3')())
  File "propka/propka/run.py", line 42, in main
    my_molecule = read_molecule_file(pdbfile, my_molecule)
  File "propka/propka/input.py", line 113, in read_molecule_file
    mol_container.extract_groups()
  File "propka/propka/molecular_container.py", line 81, in extract_groups
    self.conformations[name].extract_groups()
  File "propka/propka/conformation_container.py", line 70, in extract_groups
    self.setup_and_add_group(group)
  File "propka/propka/conformation_container.py", line 165, in setup_and_add_group
    self.init_group(group)
  File "propka/propka/conformation_container.py", line 176, in init_group
    group.setup()
  File "propka/propka/group.py", line 321, in setup
    self.setup_atoms()
  File "propka/propka/group.py", line 744, in setup_atoms
    PROTONATOR.protonate_atom(the_nitrogen[0])
IndexError: list index out of range
@sobolevnrm
Copy link
Collaborator Author

Fixed by #114

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