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

cif bug: unable to read files that do not follow pdb_id.cif format #61

Closed
danny305 opened this issue Jun 30, 2021 · 1 comment
Closed

Comments

@danny305
Copy link
Contributor

I found a bug in the cif functionality.

If the file is not of the format pdb_id.cif (example: 3nir.cif) it will fail.

I have patched it where all it checks is the first 4 characters for the pdb code.

This allows you to run files from other sources like the pdb-redo server (example: 3nir_final.cif)

I will submit PR shortly.

@mittinatten
Copy link
Owner

Fixed in #62

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