Matker class that produces a new MidPsiOut object.
More...
#include <MidPsiOut.hh>
Matker class that produces a new MidPsiOut object.
protocols::frag_picker::scores::MakeMidPsiOut::MakeMidPsiOut |
( |
| ) |
|
|
inline |
Creates a MidPsiOut scoring method.
- Parameters
-
priority | - priority of the scoring method. The higher value the earlier the score will be evaluated |
lowest_acceptable_value | - if a calculated score is higher than this value, fragment will be neglected |
FragmentPickerOP | object - not used |
line | - the relevant line extracted from the scoring configuration file that defines this scoring method It could look like: "MidPsiOut 140 -5.0 100.0 additional_string" where 140, -5.0 && 100.0 are priority, weight && treshold, respectively. The additional string may be:
- empty: then the maker tries to create a scoring object from a TALOS file trying in::file::talos_psi_psi flag. If fails, will try to use a pose from in::file::s
- a pdb file, pdb extension is necessary. This will create a pose && steal Psi && Psi
- a TALOS file with Psi/Psi prediction (tab extension is necessary)
|
Implements protocols::frag_picker::scores::MakeFragmentScoringMethod.
The documentation for this class was generated from the following files: