-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_multi_ray.xml
45 lines (42 loc) · 2.3 KB
/
new_multi_ray.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<ROSETTASCRIPTS>
<SCOREFXNS>
<ScoreFunction name="cen" weights="score4_smooth_cart">
<Reweight scoretype="elec_dens_fast" weight="15"/>
</ScoreFunction>
<ScoreFunction name="dens_soft" weights="beta_soft">
<Reweight scoretype="cart_bonded" weight="0.5"/>
<Reweight scoretype="pro_close" weight="0.0"/>
<Reweight scoretype="elec_dens_fast" weight="25"/>
</ScoreFunction>
<ScoreFunction name="dens" weights="beta_cart">
<Reweight scoretype="elec_dens_fast" weight="20"/>
<Set scale_sc_dens_byres="R:0.76,K:0.76,E:0.76,D:0.76,M:0.76, C:0.81,Q:0.81,H:0.81,N:0.81,T:0.81,S:0.81,Y:0.88,W:0.88, A:0.88,F:0.88,P:0.88,I:0.88,L:0.88,V:0.88"/>
</ScoreFunction>
<ScoreFunction name="dens_tor" weights="beta">
<Reweight scoretype="elec_dens_fast" weight="20"/>
<Set scale_sc_dens_byres="R:0.76,K:0.76,E:0.76,D:0.76,M:0.76, C:0.81,Q:0.81,H:0.81,N:0.81,T:0.81,S:0.81,Y:0.88,W:0.88, A:0.88,F:0.88,P:0.88,I:0.88,L:0.88,V:0.88"/>
</ScoreFunction>
</SCOREFXNS>
<MOVERS>
<SetupForDensityScoring name="setupdens"/>
<CartesianSampler name="longfrag" strategy="user" residues="21A-63A" rsd_wdw_to_refine="5"
scorefxn="cen" mcscorefxn="cen" fascorefxn="dens_soft" fragbias="density"
rms="4" ncycles="200" fullatom="0" bbmove="1" nminsteps="25" temp="4"
fraglens="11" nfrags="25"/>
<CartesianSampler name="shortfrag" strategy="user" residues="21A-63A" rsd_wdw_to_refine="5"
scorefxn="cen" mcscorefxn="cen" fascorefxn="dens_soft" fragbias="density"
rms="4" ncycles="200" fullatom="0" bbmove="1" nminsteps="25" temp="4"
fraglens="5" nfrags="25"/>
<BfactorFitting name="fit_bs" max_iter="50" wt_adp="0.0005" init="1" exact="1"/>
<FastRelax name="relaxcart" scorefxn="dens" repeats="1" cartesian="1"/>
<FastRelax name="relaxtors" scorefxn="dens_tor" repeats="3" />
</MOVERS>
<PROTOCOLS>
<Add mover="setupdens"/>
<Add mover="longfrag"/>
<Add mover="shortfrag"/>
<Add mover="relaxtors"/>
<Add mover="relaxcart"/>
</PROTOCOLS>
<OUTPUT scorefxn="dens"/>
</ROSETTASCRIPTS>