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
Given a pdb file with residue 1, 2, 3, 4, 4A, 4B, 4C, 5, 6, 7 selections of residue numbers should have the following behavior:
resi 1-7
resi 4
resi 4A
resi 4-5
resi 4B-5
resi 4A-4C
The text was updated successfully, but these errors were encountered:
This is an important expansion of the interface, but probably requires some rewriting of the selection code. Looking for volunteers 🙂
Sorry, something went wrong.
No branches or pull requests
Given a pdb file with residue 1, 2, 3, 4, 4A, 4B, 4C, 5, 6, 7 selections of residue numbers should have the following behavior:
resi 1-7
: all residues including inserted residuesresi 4
: residue 4resi 4A
: inserted residue 4Aresi 4-5
: residues 4, 4A, 4B, 4C, 5resi 4B-5
: residues 4B, 4C and 5resi 4A-4C
: residue 4A, 4B and 4CThe text was updated successfully, but these errors were encountered: