Since this is a journal you may find starting from earlier articles helpful. I have covered a bit about the science, the FoldIT user interface, GUI recipes, and Script recipes. If you give me hints where I could be helpful I will focus in that general direction to my discretion. Currently I am going though the basic concepts of LUA script recipes. Once I get past intoductory LUA scripting I can start exploring the science of folding proteins by using LUA scripts.

Monday, September 27, 2010

Writing foldit scripts.

FoldIt scripts are simply a way to automate one's manual action.

a simple script to do a global wiggle for 20 iterations is:

do_global_wiggle_all(20)

By adding other function you can combine other steps.
I'll write more about this tommorow.

No comments:

Post a Comment