Rosetta
Namespaces | Functions
grafting_util.cc File Reference

grafting utility functions for protocols/tcr More...

#include <protocols/grafting/util.hh>
#include <basic/Tracer.hh>
#include <protocols/tcr/TCRmodel.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <protocols/grafting/CCDEndsGraftMover.hh>
#include <core/pose/chains_util.hh>
#include <protocols/tcr/TCRseqInfo.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::tcr
 

Functions

static basic::Tracer TR ("protocols.tcr.grafting_util")
 
void protocols::tcr::graft_cdr_to_fw (core::pose::Pose &scafold, core::pose::Pose const &cdr_piece, core::Size const &start, core::Size const &end, core::Size &nter_overhang, core::Size &cter_overhang)
 combine graft cdr structures and framework structure to build crude model More...
 
void protocols::tcr::graft_framework (TCRmodel::tmpltinfo &currtmplt, std::string const &template_pdb_path, TCRseqInfo::tcrposi const &aho_pos)
 grafting of Framework/germline template structure More...
 
void protocols::tcr::graft_cdr (TCRmodel::tmpltinfo &currtmplt, std::string const &template_pdb_path, core::Size const &cdr_start, core::Size const &cdr_end)
 grafting of cdr segments of template structure More...
 

Detailed Description

grafting utility functions for protocols/tcr

Author
Ragul (ragul.nosp@m.@umd.nosp@m..edu)

Function Documentation

◆ TR()

static basic::Tracer TR ( "protocols.tcr.grafting_util"  )
static