14 #ifndef INCLUDED_protocols_frag_picker_scores_Psi_hh
15 #define INCLUDED_protocols_frag_picker_scores_Psi_hh
24 #include <utility/exit.hh>
29 #include <utility/vector1.hh>
34 namespace frag_picker {
44 Psi(
Size priority,
Real lowest_acceptable_value,
bool use_lowest,
48 "Psi"), query_(fastaQuerySequence) {
50 if (query_.length() != query_psi_prediction.size())
51 utility_exit_with_message(
"Query length does not match predicted psi values");
53 query_len_ = query_.length();
54 query_psi_prediction_ = query_psi_prediction;
55 query_psi_prediction_conf_ = query_psi_prediction_conf;
84 lowest_acceptable_value, use_lowest, picker->get_query_seq_string(), picker->get_query_psi_prediction(),
85 picker->get_query_psi_prediction_conf());
94 #endif // INCLUDED_protocols_frag_picker_scores_Psi_hh