Profile
- Name
- Wiggle: All Loops V0.0
- ID
- 101011
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- May 17, 2015 at 22:05 PM UTC
- Updated on
- May 17, 2015 at 22:05 PM UTC
- Description
Work in progress. Sets protein to all loops (I found this can mean extra points when wiggling with normal SS yields nothing), then wiggles.
Best for
Code
--Wiggle All Loops V0.0
--AryehK date of completion here
--Highly recommended: set wiggle power to high or medium before running
for SegCnt=1, structure.GetCount() do
structure.SetSecondaryStructure (SegCnt, "l")
end
structure.WiggleAll(30)