AlignmentCleanerTools¶
Bindings for protocols::evolution::AlignmentCleanerTools namespace
-
pyrosetta.rosetta.protocols.evolution.AlignmentCleanerTools.
indel_motif
(aln_seq: str, motif_radius: int, aln_resi: int, pose_ss_aln: str) → Tuple[str, str]¶ C++: protocols::evolution::AlignmentCleanerTools::indel_motif(const class std::basic_string<char>, const unsigned long, const unsigned long, const class std::basic_string<char>) –> class std::tuple<std::string, std::string >
-
pyrosetta.rosetta.protocols.evolution.AlignmentCleanerTools.
indel_motif_seq_id
(motif1: str, motif2: str) → float¶ C++: protocols::evolution::AlignmentCleanerTools::indel_motif_seq_id(class std::basic_string<char>, class std::basic_string<char>) –> double
-
pyrosetta.rosetta.protocols.evolution.AlignmentCleanerTools.
short_ss_loop_filter
(ss: str, min_loop_length: int) → str¶ C++: protocols::evolution::AlignmentCleanerTools::short_ss_loop_filter(class std::basic_string<char>, unsigned long) –> std::string
-
pyrosetta.rosetta.protocols.evolution.AlignmentCleanerTools.
thread_sequence_on_pose
(pose: pyrosetta.rosetta.core.pose.Pose, thread_seq: str, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction) → None¶ C++: protocols::evolution::AlignmentCleanerTools::thread_sequence_on_pose(class core::pose::Pose &, const class std::basic_string<char>, class std::shared_ptr<class core::scoring::ScoreFunction>) –> void