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

Arpeggio not working for 5rfa preferred assembly #20

Open
JavierSanchez-Utges opened this issue Dec 21, 2023 · 1 comment
Open

Arpeggio not working for 5rfa preferred assembly #20

JavierSanchez-Utges opened this issue Dec 21, 2023 · 1 comment

Comments

@JavierSanchez-Utges
Copy link

I have downloaded the preferred assembly of 5rfa from here: https://www.ebi.ac.uk/pdbe/static/entry/download/5rfa-assembly-1.cif.gz, unzipped it and ran Arpeggio like so: pdbe-arpeggio 5rfa-assembly-1.cif -s RESNAME:JGY. The program crashes after loading the MMCIF structure with Openbabel with the following error:

Traceback (most recent call last):
  File "~/envs/arpeggio-env/bin/pdbe-arpeggio", line 8, in <module>
    sys.exit(main())
  File "~/envs/arpeggio-env/lib/python3.9/site-packages/arpeggio/scripts/process_protein_cli.py", line 150, in main
    run_arpeggio(args)
  File "~/envs/arpeggio-env/lib/python3.9/site-packages/arpeggio/scripts/process_protein_cli.py", line 159, in run_arpeggio
    i_complex = InteractionComplex(
  File "~/envs/arpeggio-env/lib/python3.9/site-packages/arpeggio/core/interactions.py", line 70, in __init__
    self.component_types = protein_reader.get_component_types(filename)
  File "~/envs/arpeggio-env/lib/python3.9/site-packages/arpeggio/core/protein_reader.py", line 437, in get_component_types
    raise ValueError('Missing _chem_comp. category in mmcif')
ValueError: Missing _chem_comp. category in mmcif

Any suggestions? Thanks!

@JavierSanchez-Utges
Copy link
Author

I realised that the _chem_comp. category which is on the ASYM unit CIF is not in the BIO unit CIF. After commenting those code lines, it worked. However, the table missed the type of the residues, e.g., peptide, nucleic acid, non-polymer, etc.

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