-
Notifications
You must be signed in to change notification settings - Fork 2
/
rosettaCM_2018.xml
30 lines (29 loc) · 1.21 KB
/
rosettaCM_2018.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
<ROSETTASCRIPTS>
<TASKOPERATIONS>
</TASKOPERATIONS>
<SCOREFXNS>
<ScoreFunction name="stage1" weights="stage1.wts" symmetric="0">
<Reweight scoretype="atom_pair_constraint" weight="1"/>
</ScoreFunction>
<ScoreFunction name="stage2" weights="stage2.wts" symmetric="0">
<Reweight scoretype="atom_pair_constraint" weight="0.5"/>
</ScoreFunction>
<ScoreFunction name="fullatom" weights="stage3.wts" symmetric="0">
<Reweight scoretype="atom_pair_constraint" weight="0.5"/>
</ScoreFunction>
</SCOREFXNS>
<FILTERS>
</FILTERS>
<MOVERS>
<Hybridize name="hybridize" stage1_scorefxn="stage1" stage2_scorefxn="stage2" fa_scorefxn="fullatom" batch="1" stage1_increase_cycles="1.0" stage2_increase_cycles="1.0" linmin_only="1">
<Template pdb="Template1A_thread.pdb" cst_file="AUTO" weight="1.000"/>
<Template pdb="Template2A_thread.pdb" cst_file="AUTO" weight="1.000"/>
<Template pdb="Template3A_thread.pdb" cst_file="AUTO" weight="1.000"/>
</Hybridize>
</MOVERS>
<APPLY_TO_POSE>
</APPLY_TO_POSE>
<PROTOCOLS>
<Add mover="hybridize"/>
</PROTOCOLS>
</ROSETTASCRIPTS>