28 namespace frag_picker {
33 if (ctmp.compare(
"change to 'cached_scores_id_' when ready") != 0) {
41 return score( fragment, scores );
48 static const Real MIN_HYDROPHOBIC_PROBABILITY(0.75);
52 for (
Size i = 1; i <= f->get_length(); i++) {
53 Size qindex = i + f->get_first_index_in_query() - 1;
63 if (query_hydrophobic_sum > MIN_HYDROPHOBIC_PROBABILITY) {
64 Size vallindex = f->get_first_index_in_vall() + i - 1;
81 tmplt_residue_hydrophobic_sum /= (
Real) 2.0;
82 if (tmplt_residue_hydrophobic_sum < MIN_HYDROPHOBIC_PROBABILITY - 0.10) {
88 totalScore /= (
Real) f->get_length();
89 empty_map->set_score_component(totalScore,
id_);