Profile
- Name
- set aminos nezuko+MSG filter wig then mutate2
- ID
- 105412
- Shared with
- Public
- Parent
- set aminos nezuko+MSG filter mutate2
- Children
- Created on
- January 11, 2022 at 03:03 AM UTC
- Updated on
- January 11, 2022 at 03:03 AM UTC
- Description
Login to Fold.it to download.
If you see Error: Cannot find the
specified recipe,
then it is currently unshared to
your group, but you can ask for it.Run on a Design puzzle.
cysteine=c
hair protein amino added to bagels.
will lag whole Mac if you run
AFK3.1.1 afterwards (as of 2021-06).Glycine Max is the Latin name
for soya.Monosodium Glutamate:
weijing, umami, savory
The best starter amino acid
if you want rank 70/100
Major component of nerves
and neurons.Player Enzyme likes all valine.
Glutamine (Q): amino in
white kimchi and sauerkraut.
Conditionally essential amino.
Can be converted from citrate or
glutamate when you're not sick,
and thus tastes in between citrus
and savory.
Best for
Code
--1st blank
help()
while true do
behavior.SetFiltersDisabled(true)
for i=1,structure.GetCount() do
aminoChoices={'f','y','w','e'}--,'q','p','l','v','g','f','y','c'}
amino=aminoChoices[math.random(#aminoChoices)]
structure.SetAminoAcid(i,amino)
--P for proline and an amino in in Prolamins in gluten in Pizza
--glutamine is also in prolamins
--glutelins [in gluten] "are also rich in hydrophobic amino acids,
--with a content of phenylalanine [F], valine, tyrosine [Y],
--proline and leucine corresponding to approximately 45% of the amino acid sequence" --Wikipedia
--glutelins can also have disulfide bonds but cysteine is made from feathers/fur
-- and IDK how it tastes but I'm guessing bad like taurine
--but glutathione (glutamate+glutamine+cysteine) is in plants,fungi,animals too
--e for msg (Monosodium GLUtamate) in tomato and cheese
--options: arndceqghilkmfpstwyv
--g for glycine in Glycine Max (soy)
--v for valine, suggested by Enzyme for 1947
--Histidine
--glutamine is Q, looks exactly the same in foldit without View (see "keneng") Atoms
--I guess U is reserved for uracil?
--Leucine
--D for Aspartate (Gyoro-Gyoro's arms)
--N for asparagine (ASN), also Gyoro-Gyoro
--t for threonine
--w for tryptophan
end
behavior.SetFiltersDisabled(false)
repeat
startscore=current.GetEnergyScore()
structure.ShakeSidechainsAll(1)
structure.WiggleAll(1)
structure.MutateSidechainsAll(1)
until current.GetEnergyScore()<=startscore+0.6
end