14 #ifndef INCLUDED_protocols_frag_picker_scores_Phi_hh
15 #define INCLUDED_protocols_frag_picker_scores_Phi_hh
24 #include <utility/exit.hh>
29 #include <utility/vector1.hh>
34 namespace frag_picker {
44 Phi(
Size priority,
Real lowest_acceptable_value,
bool use_lowest,
48 "Phi"), query_(fastaQuerySequence) {
50 if (query_.length() != query_phi_prediction.size())
51 utility_exit_with_message(
"Query length does not match predicted phi values");
53 query_phi_prediction_ = query_phi_prediction;
54 query_phi_prediction_conf_ = query_phi_prediction_conf;
82 lowest_acceptable_value, use_lowest, picker->get_query_seq_string(), picker->get_query_phi_prediction(),
83 picker->get_query_phi_prediction_conf());
92 #endif // INCLUDED_protocols_frag_picker_scores_Phi_hh