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

Allow selection of ranges of inserted residues #32

Open
mittinatten opened this issue Oct 22, 2017 · 1 comment
Open

Allow selection of ranges of inserted residues #32

mittinatten opened this issue Oct 22, 2017 · 1 comment

Comments

@mittinatten
Copy link
Owner

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 residues
  • resi 4: residue 4
  • resi 4A: inserted residue 4A
  • resi 4-5: residues 4, 4A, 4B, 4C, 5
  • resi 4B-5: residues 4B, 4C and 5
  • resi 4A-4C: residue 4A, 4B and 4C
@mittinatten mittinatten added this to the Version 2.0.3 milestone Oct 22, 2017
@mittinatten mittinatten removed this from the Version 2.1 milestone Mar 12, 2021
@mittinatten
Copy link
Owner Author

This is an important expansion of the interface, but probably requires some rewriting of the selection code. Looking for volunteers 🙂

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