Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Functions
CrosslinkerMover.hh File Reference

This mover links two or more residues with a (possibly symmetric) cross-linker. It adds the crosslinker, sets up constraints, optionally packs and energy-mimizes it into place (packing/minimizing only the crosslinker and the side-chains to which it connects), and then optionally relaxes the whole structure. More...

#include <protocols/cyclic_peptide/CrosslinkerMover.fwd.hh>
#include <protocols/cyclic_peptide/crosslinker/CrosslinkerMoverHelper.fwd.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/filters/Filter.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/select/residue_selector/ResidueSelector.fwd.hh>
#include <core/scoring/ScoreFunction.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/tag/XMLSchemaGeneration.fwd.hh>

Classes

class  protocols::cyclic_peptide::CrosslinkerMover
 This mover links two or more residues with a (possibly symmetric) cross-linker. It adds the crosslinker, sets up constraints, optionally packs and energy-mimizes it into place (packing/minimizing only the crosslinker and the side-chains to which it connects), and then optionally relaxes the whole structure. More...
 

Namespaces

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

Enumerations

enum  protocols::cyclic_peptide::CrossLinker {
  protocols::cyclic_peptide::CrossLinker::no_crosslinker = 1, protocols::cyclic_peptide::CrossLinker::TBMB, protocols::cyclic_peptide::CrossLinker::One_Four_BBMB, protocols::cyclic_peptide::CrossLinker::TMA,
  protocols::cyclic_peptide::CrossLinker::tetrahedral_metal, protocols::cyclic_peptide::CrossLinker::octahedral_metal, protocols::cyclic_peptide::CrossLinker::trigonal_planar_metal, protocols::cyclic_peptide::CrossLinker::trigonal_pyramidal_metal,
  protocols::cyclic_peptide::CrossLinker::square_planar_metal, protocols::cyclic_peptide::CrossLinker::square_pyramidal_metal, protocols::cyclic_peptide::CrossLinker::unknown_crosslinker, protocols::cyclic_peptide::CrossLinker::end_of_crosslinker_list = unknown_crosslinker
}
 Enumeration of allowed crosslinkers. More...
 

Functions

std::ostream & protocols::cyclic_peptide::operator<< (std::ostream &os, CrosslinkerMover const &mover)
 

Detailed Description

This mover links two or more residues with a (possibly symmetric) cross-linker. It adds the crosslinker, sets up constraints, optionally packs and energy-mimizes it into place (packing/minimizing only the crosslinker and the side-chains to which it connects), and then optionally relaxes the whole structure.

Author
Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m..wash.nosp@m.ingt.nosp@m.on.ed.nosp@m.u)