-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Is your feature request related to a problem? Please describe
I often run into situations where I need to break up an AG into alt-loc sets, and one can't select on these. There may be other fields from PDBs or other source files that also don't have a selector in the selection langauge (for example, does B-factor?). It seemed natural to assume that if loos provided a field as metadata, then I could select on that metadata, but that's not how it works at present.
Describe the solution you'd like
I want an expansion to the selection language to include all the fields.
Describe alternatives you've considered
I currently write for loops over atoms within an AG and write conditional tests to filter things I need from fields the selection language doesn't index (specifically, for me, altloc).
Additional context
Nothing other than to say I'm not sure how many other metadata fields there are that are missing a selector, but they should probably all get checked.