Back to Mover page.
Sets up an atom tree for use with subsequent movers. Connects pdb_num on host_chain to the nearest residue on the neighboring chain. Connection is made through connect_to on host_chain pdb_num residue
<AtomTree name="(&string)" docking_ft="(0 &bool)" pdb_num/resnum="(&string)" connect_to="(see below for defaults &string)" anchor_res="(pdb numbering)" connect_from="(see below)" host_chain="(2 &integer)" simple_ft="(0&bool)" two_parts_chain1="(0&bool)" fold_tree_file="(&string)"/>
fold_tree_file: if this is set to a file name the mover will read a foldtree from a file and then impose it. Nothing more. Here's an example for a fold-tree definition:
FOLD_TREE EDGE 1 18 -1 EDGE 18 32 1 EDGE 18 21 -1 EDGE 32 22 -1 EDGE 32 50 -1 EDGE 50 79 -1 EDGE 50 163 2 EDGE 163 98 -1 EDGE 98 82 3 EDGE 98 96 -1 EDGE 82 95 -1 EDGE 82 80 -1 EDGE 163 208 -1
Note that foldtree files cannot contain comments or anything other than the FOLD_TREE
and EDGE
directives shown above.
ab_fold_tree: boolean (dflt 0). If set to true then sets up a fold tree for scFv, the cysteine disulfides are the nodes. If there is a ligand (chain 2) then also creates a jump edge between the ligand center of mass and the cysteine that is the closest to the center of mass of the scFv (chain 1).