#3083 closed defect (fixed)
partially numeric residue name not handled by atom spec
| Reported by: | Eric Pettersen | Owned by: | Conrad Huang |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Command Line | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
in structure 5val, "sel :92D" does not select the ligand.
Note:
See TracTickets
for help on using tickets.
Fixed in 6f9e798ad.
"92D" looks like "residue 92 insert code D" so the residue sequence matcher was selected. Fix is to try using the residue type matcher if the sequence matcher found nothing.