![]() |
Rosetta
2019.31
|
This is the application for a metal interface design project. In its initial conception, the idea was to design an interface between ankyrin and ubc12. First, RosettaMatch is used to design a histidine/cystine zinc binding site on ankyrin (3 residues). The fourth residue to coordinate a tetrahedral zinc then comes from ubc12 (present natively). This metal binding gets the interface going; the protocol searches rigid-body space to try to find a shape-complementary interaction and then designs the interface. More...
#include <devel/init.hh>#include <protocols/metal_interface/FindClosestAtom.hh>#include <protocols/metal_interface/ZincHeterodimerMover.hh>#include <core/pose/Pose.hh>#include <core/pose/variant_util.hh>#include <core/pose/PDBInfo.hh>#include <core/io/pdb/pdb_writer.hh>#include <core/pose/PDBPoseMap.hh>#include <core/conformation/Residue.hh>#include <core/pack/task/TaskFactory.hh>#include <core/pack/task/PackerTask.hh>#include <protocols/minimization_packing/PackRotamersMover.hh>#include <core/scoring/ScoreFunction.hh>#include <core/scoring/ScoreFunctionFactory.hh>#include <core/kinematics/FoldTree.hh>#include <core/kinematics/Jump.hh>#include <core/kinematics/Stub.hh>#include <core/chemical/VariantType.hh>#include <core/chemical/ResidueTypeSet.hh>#include <core/chemical/ResidueType.hh>#include <core/chemical/AtomType.hh>#include <core/conformation/ResidueFactory.hh>#include <core/chemical/ChemicalManager.hh>#include <protocols/jd2/JobDistributor.hh>#include <utility/file/FileName.hh>#include <numeric/xyzVector.hh>#include <basic/Tracer.hh>#include <utility/vector1.hh>#include <string>#include <basic/options/option.hh>#include <basic/options/keys/in.OptionKeys.gen.hh>#include <core/import_pose/import_pose.hh>Namespaces | |
| local | |
Enumerations | |
| enum | MatchPosition { p1_1 = 1, p1_2 = 2, p1_3 = 3, p2 = 4, metal = 5 } |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static basic::Tracer | TR ("apps.pilot.rjha") |
| basic::options::FileOptionKey const | local::partner1 ("partner1") |
| basic::options::FileOptionKey const | local::partner2 ("partner2") |
| basic::options::FileOptionKey const | local::match_pdb ("match_pdb") |
| basic::options::IntegerOptionKey const | local::partner2_residue ("partner2_residue") |
| basic::options::BooleanOptionKey const | local::skip_sitegraft_repack ("skip_sitegraft_repack") |
This is the application for a metal interface design project. In its initial conception, the idea was to design an interface between ankyrin and ubc12. First, RosettaMatch is used to design a histidine/cystine zinc binding site on ankyrin (3 residues). The fourth residue to coordinate a tetrahedral zinc then comes from ubc12 (present natively). This metal binding gets the interface going; the protocol searches rigid-body space to try to find a shape-complementary interaction and then designs the interface.
| enum MatchPosition |
References utility::file::FileName::base(), basic::options::OptionKeys::run::chain, utility::io::oc::cout, debug_assert, distance(), test.T009_Exceptions::e, devel::init(), basic::options::OptionKeys::match::match, local::match_pdb, metal, utility::excn::Exception::msg(), basic::options::option, option, p1_1, p2, loops::pack, local::partner1, local::partner2, local::partner2_residue, pyrosetta.distributed.io::pose_from_file, basic::options::OptionKeys::in::file::residue_type_set, basic::options::OptionKeys::in::file::s, local::skip_sitegraft_repack, test.G200_Module_Region::task, TR, basic::options::OptionKeys::inout::dbms::user, utility_exit_with_message, and value.
|
static |
Referenced by main().
1.8.7