Opened 99 minutes ago
#19992 assigned enhancement
RFE: deregister attributes
| Reported by: | Tom Goddard | Owned by: | Eric Pettersen |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Structure Analysis | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
My mutation structure coloring code currently registers a Residue attribute called "mutation_score". Later the user may rename this. Then they may create a new attribute named "mutation_score". Only the attribute value type may be float the first time and int the second time. That gives an error. Is there a way when the user renames the attribute for me to deregister the attribute name? Or can I reregister changing float to int without an error? I did not see a way to do it.
Note:
See TracTickets
for help on using tickets.