#309 closed defect (fixed)
"delete coil" makes small strands disappear
Reported by: | Elaine Meng | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Depiction | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
for example,
open 2gbp
color :289-291,296-298 red
sel coil
(OK does not select the small strands in red)
delete coil
(now small strands disappear)
UCSF ChimeraX version: 0.1 (2016-03-18)
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Component: | Unassigned → Depiction |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in [develop cb62d43].
There is a cutoff length for the number of residues that will be displayed as a ribbon. It was set to four and the actions above made small strands of length three. The cutoff is now set to two and the small strands no longer disappear.