| <ROSETTASCRIPTS> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <SCOREFXNS> |
| <ScoreFunction name="fa_talaris2014" weights="talaris2014"/> |
| </SCOREFXNS> |
|
|
| <RESIDUE_SELECTORS> |
| <Chain name="chain_A" chains="A"/> |
| <Chain name="chain_B" chains="B"/> |
| <Not name="not_chain_A" selector="chain_A"/> |
| <Not name="not_chain_B" selector="chain_B"/> |
| </RESIDUE_SELECTORS> |
|
|
| <MOVERS> |
| <SavePoseMover name="save_full" reference_name="full_pose" restore_pose="0"/> |
| <SavePoseMover name="restore_full" reference_name="full_pose" restore_pose="1"/> |
|
|
| <DeleteRegionMover name="isolate_chain_A" residue_selector="not_chain_A"/> |
| <DeleteRegionMover name="isolate_chain_B" residue_selector="not_chain_B"/> |
|
|
| <ReportToDB name="chain_A_report" batch_description="per_chain" database_name="per_chain.db3"> |
| <ScoreTypeFeatures/> |
| <ScoreFunctionFeatures scorefxn="fa_talaris2014"/> |
| <StructureScoresFeatures scorefxn="fa_talaris2014"/> |
| </ReportToDB> |
| <ReportToDB name="chain_B_report" batch_description="per_chain" database_name="per_chain.db3"> |
| <ScoreTypeFeatures/> |
| <ScoreFunctionFeatures scorefxn="fa_talaris2014"/> |
| <StructureScoresFeatures scorefxn="fa_talaris2014"/> |
| </ReportToDB> |
| </MOVERS> |
|
|
| <PROTOCOLS> |
| <Add mover_name="save_full"/> |
| <Add mover_name="isolate_chain_A"/> |
| <Add mover_name="chain_A_report"/> |
|
|
| <Add mover_name="restore_full"/> |
| <Add mover_name="isolate_chain_B"/> |
| <Add mover_name="chain_B_report"/> |
| </PROTOCOLS> |
| <OUTPUT /> |
| </ROSETTASCRIPTS> |
|
|