| |
- add_vall_cheating_fragments(...) method of builtins.PyCapsule instance
- add_vall_cheating_fragments(*args, **kwargs)
Overloaded function.
1. add_vall_cheating_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, torsion_weight : float, min_torsion_dev : float, max_torsion_dev : float, frag_lib : rosetta.protocols.frags.FragLib) -> NoneType
2. add_vall_cheating_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, torsion_weight : float, min_torsion_dev : float, max_torsion_dev : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long) -> NoneType
- add_vall_fragments(...) method of builtins.PyCapsule instance
- add_vall_fragments(*args, **kwargs)
Overloaded function.
1. add_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib) -> NoneType
2. add_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long) -> NoneType
3. add_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long, bb_weight : float) -> NoneType
4. add_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long, bb_weight : float, bigbins : str) -> NoneType
5. add_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long, bb_weight : float, bigbins : str, inputseq : str) -> NoneType
- dump_vall_fasta(...) method of builtins.PyCapsule instance
- dump_vall_fasta(fasta_filename : str) -> NoneType
- fill_in_gaps(...) method of builtins.PyCapsule instance
- fill_in_gaps(*args, **kwargs)
Overloaded function.
1. fill_in_gaps(nfrags : int, pose : rosetta.core.pose.Pose, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib) -> NoneType
//////////////////////////////////////////////////////////////////////////////////////////////////////////
2. fill_in_gaps(nfrags : int, pose : rosetta.core.pose.Pose, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long) -> NoneType
//////////////////////////////////////////////////////////////////////////////////////////////////////////
3. fill_in_gaps(nfrags : int, pose : rosetta.core.pose.Pose, secstruct : str, seq_weight : float, ss_weight : float, frag_lib : rosetta.protocols.frags.FragLib, homs_to_exclude : rosetta.utility.vector1_unsigned_long, allow_uninitialized_secstruct : bool) -> NoneType
//////////////////////////////////////////////////////////////////////////////////////////////////////////
- get_cheating_frags(...) method of builtins.PyCapsule instance
- get_cheating_frags(nfrags : int, target_seq : str, target_ss : str, target_phi : rosetta.utility.vector1_double, target_psi : rosetta.utility.vector1_double, target_omega : rosetta.utility.vector1_double, seq_weight : float, ss_weight : float, torsion_weight : float, min_torsion_dev : float, max_torsion_dev : float, homs_to_exclude : rosetta.utility.vector1_unsigned_long, library : rosetta.protocols.frags.SingleResidueTorsionFragmentLibrary) -> NoneType
- get_frags(...) method of builtins.PyCapsule instance
- get_frags(*args, **kwargs)
Overloaded function.
1. get_frags(nfrags : int, target_seq : str, target_ss : str, seq_weight : float, ss_weight : float, exclude_gly : bool, exclude_pro : bool, exclude_cis_peptides : bool, homs_to_exclude : rosetta.utility.vector1_unsigned_long, library : rosetta.protocols.frags.SingleResidueTorsionFragmentLibrary) -> NoneType
handles loading the vall if necessary
2. get_frags(nfrags : int, target_seq : str, target_ss : str, seq_weight : float, ss_weight : float, exclude_gly : bool, exclude_pro : bool, exclude_cis_peptides : bool, homs_to_exclude : rosetta.utility.vector1_unsigned_long, library : rosetta.protocols.frags.SingleResidueTorsionFragmentLibrary, bb_weight : float) -> NoneType
handles loading the vall if necessary
3. get_frags(nfrags : int, target_seq : str, target_ss : str, seq_weight : float, ss_weight : float, exclude_gly : bool, exclude_pro : bool, exclude_cis_peptides : bool, homs_to_exclude : rosetta.utility.vector1_unsigned_long, library : rosetta.protocols.frags.SingleResidueTorsionFragmentLibrary, bb_weight : float, target_bb : str) -> NoneType
handles loading the vall if necessary
- heap_down(...) method of builtins.PyCapsule instance
- heap_down(heap : ObjexxFCL::FArray1A<int>, coheap : ObjexxFCL::FArray1A<float>, index_in : int) -> NoneType
- heap_extract(...) method of builtins.PyCapsule instance
- heap_extract(heap : ObjexxFCL::FArray1A<int>, coheap : ObjexxFCL::FArray1A<float>, val : int, coval : float, err : bool) -> NoneType
- heap_init(...) method of builtins.PyCapsule instance
- heap_init(heap : ObjexxFCL::FArray1A<int>, coheap : ObjexxFCL::FArray1A<float>, max_items : int) -> NoneType
- heap_insert(...) method of builtins.PyCapsule instance
- heap_insert(heap : ObjexxFCL::FArray1A<int>, coheap : ObjexxFCL::FArray1A<float>, val : int, coval : float, err : bool) -> NoneType
- heap_replace(...) method of builtins.PyCapsule instance
- heap_replace(heap : ObjexxFCL::FArray1A<int>, coheap : ObjexxFCL::FArray1A<float>, val : int, coval : float) -> NoneType
- heap_up(...) method of builtins.PyCapsule instance
- heap_up(heap : ObjexxFCL::FArray1A<int>, coheap : ObjexxFCL::FArray1A<float>, index_in : int) -> NoneType
- insert_fragment(...) method of builtins.PyCapsule instance
- insert_fragment(*args, **kwargs)
Overloaded function.
1. insert_fragment(begin : int, end : int, pose : rosetta.core.pose.Pose, lib : rosetta.protocols.frags.TorsionFragmentLibrary) -> NoneType
2. insert_fragment(begin : int, end : int, pose : rosetta.core.pose.Pose, lib : rosetta.protocols.frags.TorsionFragmentLibrary, desired_insert_pos : int) -> NoneType
- insert_random_fragments_in_flexible_protein_regions(...) method of builtins.PyCapsule instance
- insert_random_fragments_in_flexible_protein_regions(flex_protein : rosetta.utility.vector1_unsigned_long, frag_lib : rosetta.protocols.frags.FragLib, pose : rosetta.core.pose.Pose) -> NoneType
- setup_vall_cheating_fragments(...) method of builtins.PyCapsule instance
- setup_vall_cheating_fragments(*args, **kwargs)
Overloaded function.
1. setup_vall_cheating_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, torsion_weight : float, min_torsion_dev : float, max_torsion_dev : float) -> rosetta.protocols.frags.FragLib
2. setup_vall_cheating_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, torsion_weight : float, min_torsion_dev : float, max_torsion_dev : float, homs_to_exclude : rosetta.utility.vector1_unsigned_long) -> rosetta.protocols.frags.FragLib
- setup_vall_fragments(...) method of builtins.PyCapsule instance
- setup_vall_fragments(*args, **kwargs)
Overloaded function.
1. setup_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float) -> rosetta.protocols.frags.FragLib
2. setup_vall_fragments(frag_sizes : rosetta.utility.vector1_unsigned_long, nfrags : int, pose : rosetta.core.pose.Pose, mm : rosetta.core.kinematics.MoveMap, secstruct : str, seq_weight : float, ss_weight : float, homs_to_exclude : rosetta.utility.vector1_unsigned_long) -> rosetta.protocols.frags.FragLib
- ss_length_check(...) method of builtins.PyCapsule instance
- ss_length_check(min_len_helix : int, min_len_strand : int, pose : rosetta.core.pose.Pose) -> bool
- torsion2big_bin(...) method of builtins.PyCapsule instance
- torsion2big_bin(phi : float, psi : float, omega : float) -> str
|