Changes between Initial Version and Version 5 of Ticket #69
- Timestamp:
- Oct 28, 2016, 5:18:24 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69
- Property Status new → reopened
- Property Cc added
- Property Priority minor → major
- Property Summary Atom spec parsing does not preserve model order → Atom spec parsing does not preserve model or chain order
-
Ticket #69 – Description
initial v5 1 Tom G.: 1 2 Atom spec parsing of #1,2 returns the models in reverse order 2,1. Need to preserve order for command "vop maximum #1,2 scale 1.5,2.5" so the two scale factors are applied to the correct models. 3 4 Eric: 5 Also, chain order is not preserved. The command "mmaker #1/V/W to #2/W/V" matches V to V and W to W despite what is specified in the command because the order of the atoms/residues/chains given to the command callback are *both* ordered as V then W. Scooter needs this to work for stuff he's doing with RINalyzer, though I don't know if he needs it for the site visit. Maybe he can comment on that.