OpenStructure
|
#include <alignment_opts.hh>
Public Member Functions | |
AlignmentOpts (int gap_open, int gap_ext, const SubstWeightMatrixPtr &weights) | |
Data Fields | |
int | gap_open_penalty |
int | gap_extension_penalty |
SubstWeightMatrixPtr | subst_weights |
options for local and global sequence alignment algorithms
Definition at line 32 of file alignment_opts.hh.
|
inline |
Definition at line 33 of file alignment_opts.hh.
int gap_extension_penalty |
Definition at line 40 of file alignment_opts.hh.
int gap_open_penalty |
Definition at line 39 of file alignment_opts.hh.
SubstWeightMatrixPtr subst_weights |
Definition at line 41 of file alignment_opts.hh.