Opened 4 years ago
Closed 4 years ago
#4591 closed defect (fixed)
Selection Inspector cannot change ss_type
Reported by: | Elaine Meng | Owned by: | pett |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General Controls | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
open 1zik
select /A272 atoms, 257 bonds, 46 residues, 1 model selected
ui tool show "Selection Inspector"
setattr explicit-sel r ss_type coil
Assigning ss_type attribute to 46 items
Cannot set attribute 'ss_type' to 'coil'
setattr explicit-sel r ss_type strand
Assigning ss_type attribute to 46 items
Cannot set attribute 'ss_type' to 'strand'
setattr explicit-sel r ss_type helixA
ssigning ss_type attribute to 46 items
Cannot set attribute 'ss_type' to 'helix'
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Component: | Unassigned → General Controls |
---|---|
Status: | assigned → accepted |
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
The 'setattr' command needed to use integer values, not strings.
Note:
See TracTickets
for help on using tickets.
That was the Reply Log which does not put returns between lines, and I did a poor job of inserting the returns in the correct places. I used commands
open 1zik
select /A
... then opened Selection Inspector and tried to change residue secondary structure type, which gave the errors listed in the initial report.