structure.SetAminoAcid is not the same as replace_ss
| Case number: | 954892-990174 |
| Topic: | Developer Preview |
| Opened by: | Darkknight900 |
| Status: | Resolved |
| Assigned: | Seth Cooper |
| Priority: | 1-High |
| Type: | Feature |
| Opened on: | Sunday, August 14, 2011 - 12:08 |
| Last modified: | Thursday, September 1, 2011 - 16:48 |
While replace_ss needs no argument for indexing replacing segment structure.SetAminoAcid need one...
I think this is a step backward since we can select and then replace them in a better way.
Thu, 09/01/2011 - 16:48
#2
| Status: Open » Resolved |
| Assigned: Anonymous » Seth Cooper |
These functions have been implemented.

Same thing on
structure.SetSecondaryStructure(i,ss)
structure.SetAminoAcid(i, aa)
v1 just need selection and replace selected.
Maybe add 2 new commands do v2?
structure.SetSecondaryStructureSelected(ss)
structure.SetAminoAcidSelected(aa)
?