Rosetta
|
Variables | |
extra_options | |
sf = pyrosetta.create_score_function('ref2015') | |
jd = pyrosetta.PyJobDistributor("_jd_test", 10, sf) | |
pp = pyrosetta.pose_from_sequence("DSEEKFLRRIGRFGYGYGPYE") | |
test.T300_PyJobDistributor.extra_options |
test.T300_PyJobDistributor.jd = pyrosetta.PyJobDistributor("_jd_test", 10, sf) |
test.T300_PyJobDistributor.pp = pyrosetta.pose_from_sequence("DSEEKFLRRIGRFGYGYGPYE") |
test.T300_PyJobDistributor.sf = pyrosetta.create_score_function('ref2015') |