BackBuffer Lv 1
It looks like there are a bunch of discrepancies between manual tools and scripts when it comes to DNA, so here's another one :)
What happens:
- Selecting a DNA segment disables the 'Pick Sidechains!' button (key A)
- Using rotamer.GetCount() always returns 2 on the DNA segments in 2406
- Using rotamer.SetRotamer() works for indices 1 and 2. This usually results in no changes, but sometimes results in a tiny score change (like 0.09 points in one case) with nothing visible to the eye.
Solutions:
- I want the ability to manipulate the nucleobase of nucleotides, especially when not in pairs like some of the ones in 2406. It would be great to rotate and flex this bit around its articulation points.
- Alternatively, if it's unrealistic for the nucleobase to rotate because it always has a specific configuration in nature, then this functionality should be disabled across the board consistently. Have rotamer.GetCount() always return 1 or 0, and have rotamer.SetRotamer() make no changes - either failing silently or producing an error.