We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fixed in #62
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: