aa with disulfite bridge are non mutable
Case number: | 699969-993074 |
Topic: | General |
Opened by: | marie_s |
Status: | Open |
Type: | Bug |
Opened on: | Saturday, June 30, 2012 - 08:24 |
Last modified: | Sunday, July 1, 2012 - 10:30 |
with the M button and in LUA.
»
Based on what I know about the Rosetta engine used by Foldit, my guess is that this is a technical limitation. To see why, look at the first few lines of the file used to define a cysteine residue involved in a disulfide bond (CYD.params):
NAME CYD
VARIANT DISULFIDE
IO_STRING CYS C
Basically, the issue is that one can only mutate to residues that are of the same variant type. This makes sense, because the disulfide bond would otherwise be lost. But since no other amino acid can form disulfide bonds, one would not be able to mutate the cysteine to anything else. A possible technical workaround might involve manually tweaking the side chain configurations so that the disulfide bond disappears; and if that isn't enough, one might have to move the backbone pieces further apart so that a disulfide bond is considered chemically impossible by the program.