Profile
- Name
- set aminos glutamine filter
- ID
- 104920
- Shared with
- Public
- Parent
- set aminos cysteine to lag
- Children
- Created on
- June 13, 2021 at 03:46 AM UTC
- Updated on
- June 13, 2021 at 03:46 AM UTC
- Description
Login to Fold.it to download.
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/100Player 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
behavior.SetFiltersDisabled(true)
for i=1,structure.GetCount() do
structure.SetAminoAcid(i,"q")
--e for msg (Monosodium GLUtamate)
--options: arndceqghilkmfpstwyv
--g for glycine
--v for valine, suggested by Enzyme for 1947
--Hystidine
--glutamine is Q
--I guess U is reserved for uracil?
--Leucine
--D for Aspartate (Gyoro-Gyoro's arms)
end
behavior.SetFiltersDisabled(false)