14 #ifndef INCLUDED_protocols_frag_picker_scores_SolventAccessibility_hh
15 #define INCLUDED_protocols_frag_picker_scores_SolventAccessibility_hh
25 #include <utility/exit.hh>
30 #include <utility/vector1.hh>
35 namespace frag_picker {
48 "SolventAccessibility"), query_(fastaQuerySequence) {
50 if (query_.length() != predicted_sa.size())
51 utility_exit_with_message(
"Query length does not match predicted solvent accessiblity");
55 for (
Size i=1;i<=predicted_sa.size();++i)
83 lowest_acceptable_value, use_lowest, picker->get_query_seq_string(), picker->get_query_sa_prediction());
92 #endif // INCLUDED_protocols_frag_picker_scores_SolventAccessibility_hh