46 #include <basic/Tracer.hh>
48 #include <utility/vector1.hh>
57 static basic::Tracer
tr(
"protocols.topo_broker",basic::t_info);
61 namespace topology_broker {
68 bKeepJumpsFromInputPose_( true )
94 mover->set_check_ss(
false );
95 mover->enable_end_bias_check(
false );
167 frame->set_pos( 1, startpos );
168 frame->set_pos( 2, endpos );
170 frame->add_fragment( frag_data );
172 runtime_assert( frame->nr_frags() );
173 all_frames.push_back( frame );
237 if ( tag ==
"NO_USE_INPUT_POSE" ) {
239 }
else if ( tag ==
"DISULF" ) {
243 is >> pos1 >> ss1 >> pos2 >> ss2;
247 dis_pair.
pos1 = pos1;
248 dis_pair.
pos2 = pos2;
249 dis_pair.
seq_sep = abs((
int)(pos1-pos2));
254 }
else if ( tag ==
"mover_weight" ) {