Gideon Lapidoth; glapidoth@gmail.com; PI: Sarel J. Fleishman; sarel@weizmann.ac.il
This mover is similar to the SpliceIn mover, it is used to apply new torsion angles (phi, psi, and omega) from a precomputed database (see SpliceOutTail) and apply them to a corresponding segment on the pose. While SpliceIn is used to extract the torsion angles of a segment placed between two residues, SpliceInTail is designed for segments that are at the N or C termini of the protein chain. The template PDB used to build the torsion database should be the same used with this mover. Additionally the template PDB and pose should structurally aligned. The template pdb is used for "bookkeeping": The number of "from res" (the residue at the beginning of the modified segment) is according to the template PDB.
<SpliceInTail name="(&string;)" debug="(false &bool;)" min_seg="(false &bool;)"
CG_const="(false &bool;)" chain_num="(1 &non_negative_integer;)"
superimposed="(true &bool;)" use_sequence_profile="(&bool;)"
scorefxn="(&string;)" template_file="(&string;)" task_operations="(&task_operation_comma_separated_list;)"
torsion_database="(&string;)" database_entry="(&non_negative_integer;)" database_pdb_entry="(&string;)"
design_shell="(6.0 ℜ)" repack_shell="(8.0 ℜ)"
delta_lengths="(&int_cslist;)" thread_original_sequence="(false &bool;)"
rtmin="(true &bool;)" dbase_iterate="(false &bool;)">
<Segments name="(&string;)" profile_weight_away_from_interface="(1.0 ℜ)"
current_segment="(&string;)" >
<segment name="(&string;)" pdb_profile_match="(&string;)" profiles="(&string;)" />
</Segments>
</SpliceInTail>
Subtag Segments: Wrapper for multiple segments tags
Currently, this mover is only accessible via RosettaScripts. The new segment's conformation will be sampled from the test.db file.
An example RosettaScripts tag is below:
<SpliceInTail name="splice" torsion_database="test.db" scorefxn="talaris_cal" repack_shell="1" design_shell="1" template_file="template.pdb" task_operations="init,thread" debug="1" min_seg="1" delta_lengths="-2,-1,0,1,2" dbase_iterate="1" > rtmin=1 CG_const="1"
<Segments current_segment="blade6"/>
</SpliceInTail>