|
char | protocols::frags::torsion2big_bin (Real const phi, Real const psi, Real const omega) |
|
void | protocols::frags::get_frags (Size const nfrags, std::string const &target_seq, std::string const &target_ss, Real const seq_weight, Real const ss_weight, bool const exclude_gly, bool const exclude_pro, bool const exclude_cis_peptides, utility::vector1< Size > const &homs_to_exclude, SingleResidueTorsionFragmentLibrary &library, Real const bb_weight=0.0, std::string const &target_bb=std::string()) |
| handles loading the vall if necessary More...
|
|
void | protocols::frags::get_frags (Size const nfrags, std::string const &target_seq, utility::vector1< std::map< char, core::Real > > const &target_ss,Real const seq_weight, Real const ss_weight, bool const exclude_gly, bool const exclude_pro, bool const exclude_cis_peptides, utility::vector1< Size > const &homs_to_exclude, SingleResidueTorsionFragmentLibrary &library, Real const bb_weight=0.0, std::string const &target_bb=std::string()) |
| handles loading the vall if necessary More...
|
|
void | protocols::frags::get_cheating_frags (Size const nfrags, std::string const &target_seq, std::string const &target_ss, utility::vector1< Real > const &target_phi, utility::vector1< Real > const &target_psi, utility::vector1< Real > const &target_omega, Real const seq_weight, Real const ss_weight, Real const torsion_weight, Real const min_torsion_dev, Real const max_torsion_dev, utility::vector1< Size > const &homs_to_exclude, SingleResidueTorsionFragmentLibrary &library) |
|
void | protocols::frags::dump_vall_fasta (std::string const &fasta_filename) |
|