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
Specifying residues with multiple occupancies e.g.
ATOM 5 CA AARG A 1 ... ATOM 6 CA BARG A 1 ...
in the interaction analysis causes Disvis to fail with following error:
ValueError: Some selected residues where not found in the PDB file. Please check your input residues.
This should probably either not fail at all or fail with a more specific error message.
The text was updated successfully, but these errors were encountered:
Supporting alternate atoms (as well as insertion codes) is too much work to support in this version of disvis. I'd rather update the error message.
Sorry, something went wrong.
Makes sense. the above example was about double occupancies and the user should make a choice.
latrocinia
No branches or pull requests
Specifying residues with multiple occupancies e.g.
in the interaction analysis causes Disvis to fail with following error:
ValueError: Some selected residues where not found in the PDB file. Please check your input residues.
This should probably either not fail at all or fail with a more specific error message.
The text was updated successfully, but these errors were encountered: